
CocoaPods
大大大大大桃子
这个作者很懒,什么都没留下…
展开
-
`MQTTClient (~> 0.2.6)` required by `Podfile`
将MQTTClient 添加CocoaPods依赖的时候报错: `MQTTClient (~> 0.2.6)` required by `Podfile`开发者一般都是把pod search到的结果直接拷贝到podfile里面.So do I 大笑. 但是直接拷贝是有问题的.终端可能会自己修改platform. platform被莫名的改为了 platform :ios, '6.0' . 然后改为7.0 再执行pod update 就ok了.原创 2015-09-16 16:31:33 · 1145 阅读 · 0 评论 -
X-Code 报错 ld: library not found for -lAFNetworking
ld: library not found for -lAFNetworkingclang: error: linker command failed with exit code 1 (use -v to see invocation)好久不写项目了,最近犯了一个超2的错. 盯了错误半天才突然发现 自己使用了CocoaPods却没有使用workspace打开.看到这篇博客的人可能和我一样都是脑子短路了吧偷笑原创 2015-09-16 16:56:06 · 2105 阅读 · 0 评论 -
target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.
[!] The `xiaoxianrou [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods ins原创 2015-10-06 14:55:22 · 3121 阅读 · 0 评论 -
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install原创 2015-10-12 10:37:24 · 1614 阅读 · 0 评论 -
Xcode移除项目中的CocoaPods
Xcode移除项目中的CocoaPods原创 2015-10-12 10:31:52 · 2025 阅读 · 0 评论 -
CocoaPods 指定第三方库的版本号
打开Podfile,为第三方库添加版本号并保存.pod 'SDWebImage’,’~> 3.8.2’执行 pod update,如下图,版本改为了你指定的版本.原创 2017-02-21 19:31:47 · 6714 阅读 · 0 评论