编译的时候,遇到了下面这个比较坑的玩意,
<<<
ld: library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决办法: 终端 - Pod install 更新一下
原因是: 第三方的包没有安装,如果有podfile的话pod install一下
编译的时候,遇到了下面这个比较坑的玩意,
<<<
ld: library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决办法: 终端 - Pod install 更新一下
原因是: 第三方的包没有安装,如果有podfile的话pod install一下
本文标题:iOS发现不了 lAFNetworking
本文链接:https://www.haomeiwen.com/subject/wgtbaftx.html
网友评论