【发布时间】:2010-09-16 07:21:42
【问题描述】:
我通过将 youtube url 提供给 webview 来运行 youtube 视频,webview 会打开 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).
但视频一直在后台运行,因为我能听到声音。
如何处理这个错误?
提前感谢。
【问题讨论】:
-
我认为您可能缺少一个仅在模拟器中使用但在设备上运行时需要的框架。
-
您是否在使用未发布的 API 调用?