ld: symbol(s) not found for architecture x86_64

引入.a 文件时,编译报错,如下:
ld: symbol(s) not found for architecture x86_64


原因:
有可能是因为你的使用的.a 文件依赖的库你没有安装或引入,安装上就好了。
Have fun.

你可能感兴趣的:(ld: symbol(s) not found for architecture x86_64)