ParseFacebookUtil:Apple Mach-O Linker,未定义的体系结构符号x86_64 PFDateFormatter

时间:2015-03-18 02:15:03

标签: ios xcode parse-platform

添加ParseFacebookUtil后发生错误

错误消息

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

框架 enter image description here 我正在使用XCode 6.2

由于

编辑: 我添加了社交和帐户框架。仍然会出现相同的错误。

1 个答案:

答案 0 :(得分:0)

我最后通过删除Parse和Bolts框架来修复此问题,并将其重新添加回项目中。

编辑: 这个问题的最佳解决方案是使用cocoapods。它比在框架文件中手动拖动更好地处理依赖关系。