admob找不到其他网络适配器 - iOS

时间:2013-10-15 21:22:01

标签: ios admob

这让我发疯了。我的iOS应用程序中包含admob库。我还包含Millennial Media SDK文件。

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.`

我在-ObjC

中设置了-all_loadOther Linker Flags

在AdMob中正确设置了一些内容...如何让它找到这些其他适配器?

2 个答案:

答案 0 :(得分:13)

没关系。对于ios开发有些新意,我并不完全明白我不仅需要sdk,还需要单独下载的适配器(为什么????)

如果其他人是如此愚蠢,适配器是here

答案 1 :(得分:0)

在我的情况下,我错过了iAd.Framework。包含此框架后,错误停止显示。