架构armv7的iOS转换跟踪链接器错误

我正在尝试将iOS版Google转化跟踪function添加到我的iPhone应用中。 该应用程序的基础SDK是iOS6该应用程序的有效架构是armv7,armv7s该应用程序的iOS部署目标是4.3我使用最新的xcode 4.5.2和OSX 10.8.2

该应用程序在appstore中,并适用于iPhone 3-4-5

当我尝试为此iOS链接添加Google转化跟踪时: 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) 

SDK库引用的iOS AdSupport开发框架可能不是您的项目的一部分。 可以通过包含AdSupport.Framework来解决。

要添加框架,只需按照下面的步骤。 select顶部的项目文件。 在“构build阶段”选项卡下打开“链接二进制库”下拉列表。 使用+button从iOS SDK添加框架。