這讓我瘋狂。我的iOS應用程序中包含admob庫。我還有Millennial Media SDK文件。admob找不到其他網絡適配器 - iOS
然而,當我跑我得到這些錯誤:
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中...我如何才能找到這些其他適配器?
同樣的問題,同樣的問題。好的趕上!謝謝 – aronspring
就我而言,我只是在文檔中添加了必需的框架。 –
對不起,你是對的Phil ... Why,Google,Why!?!? –