这真让我抓狂。我的 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.`
我确实有-ObjC
并-all_load
设置在Other Linker Flags
在 AdMob 中设置正确......我如何让它找到这些其他适配器???