Cocoapods的安裝步驟
1. ctrl + 空格: 開啟iTerm2
2. gem sources -l : 查看Ruby源
3. gem sources --remove https://rubygems.org/ :移除默認Ruby源
4. gem sources -a https://ruby.taobao.org/ :使用新的源
5. gem sources -l : 驗證源是否替換成功
6. curl -L get.rvm.io | bash -s stable : 安裝rvm
7. rvm -v : 查看是否安裝成功
8.獲取Homebrew :/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
8. ruby -v : 查看 ruby 版本
9. 顯示隱藏文件:defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
10. 打開Finder -> cmd+shift+G -> ~/.rvm -> archives
11. 刪除archives文件夾下的低版本Ruby伙窃,添加2.3.0版本的ruby壓縮包
12. rvm install ruby 2.3.0 :安裝高版本的Ruby
13. sudo gem install cocoapods
14. 打開Finder -> cmd+shift+G -> ~/.cocoapods
15. 刪除cocoapods下的repos文件夾, 添加準備好的repos
16. pod setup
Cocoapods的使用
1. pod init 生成Podfile文件
2. open Podfile
3. 在Podfile文件中添加第三方庫,到GitHub官網(wǎng)查看第三方庫的Readme.md文件中的書寫格式 pod ‘AFNetworking’ ‘~> 3.0’
4. pod install
5.pod update --verbose --no-repo-update
最后編輯于 :2017.12.04 05:09:04
?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者