Youtube integration - Warning

2019-08-13 03:48发布

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 ?

2条回答
唯我独甜
2楼-- · 2019-08-13 04:01

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.

查看更多
【Aperson】
3楼-- · 2019-08-13 04:13

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)

查看更多
登录 后发表回答