美文网首页
iOS完美解决-ld: library not found fo

iOS完美解决-ld: library not found fo

作者: Mr_DML | 来源:发表于2019-08-12 14:28 被阅读0次

编译报错

ld: library not found for -ldAfnetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案

TARGETS -> Build Setting -> architecture -> Build Active architecture Only to Yes

image.png

Build Active architecture Only 将其值设置为 YES

帮助

stackoverflow

相关文章

网友评论

      本文标题:iOS完美解决-ld: library not found fo

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