ld: library not found for -lXXXXX 的解决方法
(2017-10-21 12:02:54)
标签:
afnetworkinglpodsldlibrarynotfound |
分类: iOS零碎 |
若出现 `ld: library not found for -lPods-AFNetworking` 类似的, 设置 `Project` -> `Pods` 下所有第三方库的 `Build Active Architecture Only` 为 `NO`
感觉debug模式下设置`Build Active Architecture Only` 为
`YES`是正常情况,出现这个问题的根本原因还没有搞懂
参考:https://github.com/QYL/v2ex/commit/ee53ed75c1f5c3e4f78e2543
我的解决方案就是:debug模式下设置`Build Active Architecture Only` 为 `YES`
原文链接:http://my.oschina.net/ioslighter/blog/382422
另外CocoaChina上有个解决的帖子:
http://www.cocoachina.com/bbs/read.php?tid-251075-page-1.htm

加载中…