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

错误 ld: library not found for -lPods

时间:2016-04-18 22:28:41      阅读:355      评论:0      收藏:0      [点我收藏+]

标签:

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

在将工程放到git上管理时 然后克隆下来 再打开工程可能会出现上面的问题
解决办法: 在 Build Phase 下的 Link Binary With Libraries 中删除  "libPods.a" 文件 就行了

错误 ld: library not found for -lPods

标签:

原文地址:http://www.cnblogs.com/arenouba/p/5406022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!