Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keep getting error messages when compiling newest version of admob on IOS6 SDK

I've downloaded the newest version of googles admob sdk. But now I keep getting the following error when compiling in xcode 4.5 with the latest sdk.

Undefined symbols for architecture i386:   "_OBJC_CLASS_$_ASIdentifierManager", referenced from:       objc-class-ref in libGoogleAdMobAds.a(GADIdentifierUtilities.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 

Any idea on what could be wrong?

like image 659
Øystein Avatar asked Sep 27 '12 18:09

Øystein


1 Answers

You probably didn't add AdSupport.framework. Also remember to remove -all_load linker flag.

like image 111
Deor Avatar answered Sep 25 '22 12:09

Deor