Xcode调用旧版本库出现Undefined symbols for architecture x86_64: ld: symbol(s) not found for architecture x86

问题:Undefined symbols for architecture x86_64:
     ld: symbol(s) not found for architecture x86_64
问题缘由:所用的库不支持 X86_64架构
解决方法:在Target —> BuildSetting —> Architectures中修改成$(ARCHS_STANDARD_32_BIT)以下图:
 
相关文章
相关标签/搜索