无法 link GoogleAnalytics 3.10 与 XCode 5(缺少必需的架构 x86_64)

Unable to link GoogleAnalytics 3.10 with XCode 5 (missing required architecture x86_64)

在我的应用程序中,我尝试使用 Google Analytics3.10。我已按照以下步骤操作:

1 已下载 iOS 3.10
的 GA 2 将 /GoogleAnalytics/Library/ 的内容导入组 "GoogleAnalytics"
3 添加构建阶段 CoreData、SystemConfiguration 和 libz.dylb
4 在我的 AppDelegate 中初始化 [GAI sharedInstance]。

应用程序的部署目标是 7.0 构建时出现此错误:

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

将 libsqlite3.0.dylib 添加到“构建阶段”选项卡中的 Link 带有库的二进制文件。成功了!!!!