首页 > 移动平台 > 详细

iOS "directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos"解决方案

时间:2014-11-03 19:23:20      阅读:10120      评论:0      收藏:0      [点我收藏+]

问题重述:

在删掉原来工作空间,重新install pods之后,遇到warning:

<span style="font-size:14px;"><span style="font-size:12px;">ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos'</span></span>


解决方案:

在Target-Build Settings中找到Search Paths-Library Search Paths,删除掉在警告中所示的该路径。

(原来这条路径是在我更新pods之前自己加上的。)


问题参考:

http://stackoverflow.com/questions/11390918/warning-directory-not-found-for-option-l-users-saturngod-socket-io-with-ios

http://stackoverflow.com/questions/23489920/error-ld-library-not-found-for-lpods-with-cocoapods

方案参考:

http://stackoverflow.com/a/11391483/3458781



iOS "directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos"解决方案

原文:http://blog.csdn.net/willyang519/article/details/40745041

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