1。安裝git
# 刪除源(這個系統自帶的很差用)github
$ sudo gem sources -r https://rubygems.org/web
# 添加源(使用淘寶的鏡像,記住要用https)xcode
$ sudo gem sources -a https://ruby.taobao.org/ruby
# 查看是否使用的是淘寶鏡像app
$ gem sources -l工具
# 安裝spa
$ sudo gem install cocoapodscode
# 安裝成功以後,查看是不是最後版本(目前最新版本是0.39.0)it
$ pod --version
2.安裝過程當中常見的問題
[!] Pod::Executable clone
'https://github.com/CocoaPods/Specs.git' master
xcrun: error: active developer path
("/Users/xiakejie/工具/Xcode 2.app/Contents/Developer")
does not exist, use xcode-select to change
解決上面這個問題, 使用這個命令: sudo xcode-select -switch
/Applications/Xcode.app/Contents/Developer
使用