2013-10-15 35 views
4

這讓我瘋狂。我的iOS應用程序中包含admob庫。我還有Millennial Media SDK文件。admob找不到其他網絡適配器 - iOS

Admob etc files

然而,當我跑我得到這些錯誤:

flags update: 0X000002 
2013-10-15 16:58:52.621 LCApp[21403:a0b] <Google> Cannot find an ad network adapter with the name(s): (
GADMAdapterIAd 
). Remember to link all required ad network adapters and SDKs, and set -ObjC in the 'Other Linker Flags' setting of your build target. 
2013-10-15 16:58:52.621 LCApp[21403:a0b] <Google> Cannot find an ad network adapter with the name(s): (
GADMAdapterMillennial 
). Remember to link all required ad network adapters and SDKs, and set -ObjC in the 'Other Linker Flags' setting of your build target.` 

我必須在Other Linker Flags

事情-ObjC-all_load集的設置是否正確AdMob中...我如何才能找到這些其他適配器?

回答

12

沒關係。對於ios開發來說有些新鮮,我並不完全理解,我不僅需要sdk,而且還需要單獨下載的適配器(爲什麼?)

如果其他人很笨,適配器是here

+0

同樣的問題,同樣的問題。好的趕上!謝謝 – aronspring

+0

就我而言,我只是在文檔中添加了必需的框架。 –

+0

對不起,你是對的Phil ... Why,Google,Why!?!? –

0

在我的情況下,我缺少iAd.Framework。包含此框架後,錯誤停止顯示。