首页 > 其他 > 详细

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

时间:2015-03-14 15:06:11      阅读:886      评论:0      收藏:0      [点我收藏+]

当用第三方库管理工具遇到这样的bug时,请确保Set Build Active Architectures Only在cocoapods和项目中设置为一样的。

 

Had this problem as well. Something was wrong with my CocoaPods installation; No pods other than KIF were installing properly. I followed the comments on this thread to be of help.

Basically, I needed to ensure that Set Build Active Architectures Only settings for both my project and the Pods project were equal.

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

原文:http://www.cnblogs.com/NSNULL/p/4337518.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!