美文网首页
xcode 编译错误记录

xcode 编译错误记录

作者: leafu | 来源:发表于2018-10-30 11:07 被阅读6次

Error

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_FBSession", referenced from: someFile
ld: symbol(s) not found for architecture arm64

solution

if your Architectures and Valid Architectures are all right, 
you may check whether you have added $(inherited) , 
which will add linker flags generated in pods, to Other Linker Flags as below:
image

相关文章

网友评论

      本文标题:xcode 编译错误记录

      本文链接:https://www.haomeiwen.com/subject/awowtqtx.html