2012-01-20 59 views
1

當我在iPhone上運行應用程序時,我收到了此警告。Youtube集成 - 警告

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. 

這是什麼意思?我該如何擺脫它?

回答

3

這僅僅意味着YouTubePlugIn不存在於Mac上供XCode使用,所以插件將需要從設備加載。您可以放心地忽略該警告,這在調試時會發生。 (不會發生在已部署的應用程序中)

0

你不能在模擬器中使用這個插件。你需要在真實的設備上測試它。該模擬器沒有YouTube應用程序。

+1

不,在設備上測試時發生此警告 – Illep

+1

我明白了。我無法在4.3文件夾中找到插件。雖然在4.2和5.0。因爲這是一個警告,你可以忽略它。它隻影響調試(因爲它說明) – Jarvix