我通过提供webview的youtube url来运行youtube视频,它打开youtube视频并在点击时自动在MPMoviePlayerController中运行它。
它在模拟器上工作得很好,但在设备上它给了我以下警告:
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0.2/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin" (file not found).但视频一直在背景中运行,因为我能够听到声音。
如何处理这个错误?
提前谢谢。
发布于 2012-03-05 18:18:10
注意你的ios设备的bse sdk版本和你在simlutor..as Fulvio中运行代码的版本,这一定是sdk版本不匹配,因为你的设备可能没有特定的框架
https://stackoverflow.com/questions/3724504
复制相似问题