您的位置:首页 > 其它

cocoapods 安装

2015-06-05 10:31 134 查看
gem sources --remove https://rubygems.org/
gem sources -a http://ruby.taobao.org/
gem sources -l

sudo gem update --system

sudo gem install cocoapods

pod setup

sudo vim Podfile

pod install

➜ joke pod install
Analyzing dependencies
Downloading dependencies
Installing Toast (2.2)
Generating Pods project
Integrating client project

[!] The target `joke [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.

[!] The target `joke [Debug - Release]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.



http://blog.xianwenchen.com/blog/2013/05/12/handle-other-ldflags-error-in-pod-install/
/article/1409146.html
http://www.tuicool.com/articles/qaMfuy
http://blog.sina.com.cn/s/blog_6f1a34260101pvvo.html
http://code4app.com/article/cocoapods-install-usage
http://blog.csdn.net/ysy441088327/article/details/8611731
http://www.iwangke.me/2013/04/18/advanced-cocoapods/
http://www.cocoachina.com/newbie/basic/2014/0107/7663.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: