我们在MonoMac上使用AVAudioPlayer时遇到问题。
我们在控制台上看到这样的警告:
Class AVAudioPlayer is implemented in both ?? and /System/Library/Frameworks/AVFoundation.framework/AVFoundation. One of the two will be used. Which one is undefined.紧随其后的是Segmentation fault: 11和立即崩溃。
我假设我的MonoMac应用程序正在以某种方式加载用于AVAudioPlayer的iOS库。有什么想法吗?
发布于 2012-12-13 14:42:41
Xamarin刚刚发布了Xamarin.Mac,它解决了这个问题。
https://stackoverflow.com/questions/13825935
复制相似问题