QuickTime 插件.webplugin/QuickTime 插件” (未找到文件)在 iPhone 中
我通过向 webview 提供 YouTube url 来运行 YouTube 视频,该 webview 打开 YouTube 视频并在单击时自动在 MPMoviePlayerController 中运行它。
它在模拟器上运行良好,但在设备上它给我以下警告:
警告:无法读取“/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0.2/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin”的符号(未找到文件) .
但视频在后台继续运行,因为我能听到声音。
如何处理这个错误?
I'm running YouTube video by providing the YouTube url to webview which opens the YouTube video and runs it in MPMoviePlayerController on click automatically.
It works well on simulator but on device it gives me following warning:
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).
But video keeps running in the background as I am able to hear the sound.
How to deal with this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请注意您的 ios 设备的 bse sdk 版本以及您在 simlutor 中运行代码的版本。正如 Fulvio 提到的,它必须与您的设备可能没有特定框架的 sdk 版本不匹配
Look out for your bse sdk versions of ios device and version on which you running code in simlutor..as Fulvio mentioned it must be mismatch of sdk versions where your device may not have particuler framework