2013-10-15 31 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。包含此框架后,错误停止显示。