码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-03-14 15:07:25      阅读:148      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!