我跟着quick guide to install AddThis,我不知道出了什么问题,但我无法编译。
我有这个错误:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_AddThisSDK", referenced from:
objc-class-ref in FinishingScene.o
"_OBJC_CLASS_$_FBSession", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
提前致谢!
答案 0 :(得分:2)
我没有使用AddThis,但这有点像库没有正确地添加到项目中。
点击您的目标,然后点击Build Phases
,然后展开Link Binary With Libraries
。确保添加到项目中的所有.a
和.framework
文件都列在那里。