我想补充的谷歌iOS转化跟踪功能,以我的iPhone应用程序。 该应用程序的基础SDK是iOS6的应用程序的有效架构为ARMv7的,armv7s应用程序的iOS部署targer是4.3,我使用的是最新的Xcode 4.5.2和OSX 10.8.2
该应用程序是在AppStore上,并处于正常的iPhone 3-4-5
当我尝试添加谷歌iOS转化跟踪以下链接: https://developers.google.com/mobile-ads-sdk/docs/admob/conversion-tracking
我有这样的错误:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_ASIdentifierManager", referenced from:
objc-class-ref in libGoogleConversionTracking.a(PingUtil.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)