我按照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)


提前致谢!

最佳答案

我没有使用过AddThis,但是闻起来好像没有将库正确添加到项目中。

单击您的目标,然后单击Build Phases,然后展开Link Binary With Libraries。确保在那里列出了所有添加到项目中的.a.framework文件。

关于ios - 在iOS上不编译addthis,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16721206/

10-09 04:11