Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

admob can't find other network adapters - iOS

Tags:

ios

admob

This is driving me crazy. I have admob libraries included in my iOS app. I also have the Millennial Media SDK files included.

Admob etc files

Yet when I run I am getting these errors:

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

I do have -ObjC and -all_load set in the Other Linker Flags

Things are set up correctly in AdMob... how do I get it to find these other adapters???

like image 956
phil Avatar asked Dec 04 '22 09:12

phil


1 Answers

Nevermind. Being somewhat new to ios development I didn't fully understand that not only did I need the sdk's but also the adapters that are separate downloads (why????)

In case anyone else is so stupid, the adapters are here

like image 139
phil Avatar answered Dec 24 '22 20:12

phil