Youtube integration - Warning

不羁的心 提交于 2020-01-05 04:08:13

问题


I got this warning when i ran the application on my iPhone.

warning: Unable to read symbols for /Users/illep/Library/Developer/Xcode/iOS DeviceSupport/4.3.3 (8J3)/Symbols/System/Library/Internet Plug-Ins/YouTubePlugIn.webplugin/YouTubePlugIn (file not found).

warning: No copy of YouTubePlugIn.webplugin/YouTubePlugIn found locally, reading from memory on remote device.  This may slow down the debug session.

What does it mean ? and how can i get rid of it ?


回答1:


That simply means that YouTubePlugIn doesn't exist in you Mac for XCode to use, so the plugin will need to be loaded from device. You can safely ignore the warning, this will happen when you're debugging. (Won't happen in deployed app)




回答2:


You can't use this plugin in the simulator. You'll need to test it on a real device. The Simulator doesn't have the YouTube app.



来源:https://stackoverflow.com/questions/8942981/youtube-integration-warning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!