【问题标题】:admob can't find other network adapters - iOSadmob 找不到其他网络适配器 - iOS
【发布时间】:2013-10-23 20:29:56
【问题描述】:

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

然而,当我运行时,我得到了这些错误:

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 中设置正确...我如何让它找到这些其他适配器???

【问题讨论】:

    标签: ios admob


    【解决方案1】:

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

    万一其他人这么傻,适配器是here

    【讨论】:

    • 同样的问题,同样的修复。不错的收获!谢谢
    • 就我而言,我只是在文档中添加了所需的框架。
    【解决方案2】:

    就我而言,我缺少 iAd.Framework。包含此框架后,错误不再出现。

    【讨论】:

    • 哇,这对我有帮助!谢谢!
    猜你喜欢
    • 2017-05-28
    • 2022-01-21
    • 1970-01-01
    • 1970-01-01
    • 2021-08-25
    • 1970-01-01
    • 2018-04-14
    • 2016-04-12
    • 1970-01-01
    相关资源
    最近更新 更多