4

这真让我抓狂。我的 iOS 应用程序中包含 admob 库。我还包含 Millennial Media SDK 文件。

Admob 等文件

然而,当我跑步时,我得到了这些错误:

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_load设置在Other Linker Flags

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

4

2 回答 2

15

没关系。作为 ios 开发的新手,我并不完全理解我不仅需要 sdk,还需要单独下载的适配器(为什么????)

以防其他人如此愚蠢,适配器就在这里

于 2013-10-16T17:00:15.050 回答
1

就我而言,我错过了 iAd.Framework。包含此框架后,错误停止出现。

于 2016-03-07T00:40:27.493 回答