Search code examples
iosadmobarmv7

AdMob ARMv7s support


Please note, though this question is tagged , it pertains to . The new tag could not be created.

I'm using the most up to date AdMob SDK (6.1.5) but it seems AdMob isn't yet built for armv7s

Undefined symbols for architecture armv7s: "_OBJC_CLASS_$_GADBannerView", referenced from: objc-class-ref in libCompanyName.a(AdWhirlAdapterGoogleAdMobAds.o)

If somebody has had it working, can you explain your workaround?

Otherwise, does anybody know of any official documentation explaining when it will be updated.


Solution

  • Update to Admob 6.2.0 or later.

    See this post: http://googleadsdeveloper.blogspot.com/2012/09/migrating-to-admob-v62-for-ios.html.

    Also, include the AdSupport framework and remove the -all_load flag. You've got to use the -ObjC flag however.