相关疑难解决方法(0)

使用Cocoa Pod导入Google Analytics iOS SDK时出错

起初我直接导入了Google Analytics iOS SDK,一切正常.然后我开始使用可可豆荚管理我的所有外部库并得到此错误.

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

看起来Cocoa Pods没有导入所需的库?

objective-c ios

11
推荐指数
1
解决办法
5425
查看次数

标签 统计

ios ×1

objective-c ×1