在安裝cocoapods遇到的問題
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git masterCloning into 'master'...error: RPC failed; curl 56 SSLRead() return error -36fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed
解決方案: 打開終端命令行,輸入一下命令:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
并一定是這行代碼,要根據(jù)自己的情況隅熙,來修改這個命令行
-
當(dāng)然一個xcode執(zhí)行這行肯定沒問題 單個xcode
-
也許你是多個xcode 安裝多個xcode
那么你的命令行就要修改一下:
sudo xcode-select -switch /Applications/Xcode 7.3.1.app/Contents/Developer
根據(jù)你默認(rèn)的xcode來修改在/Applications/和/Contents/Developer中間的app的名字衅金,如果你默認(rèn)的是Xcode x.x.x.app,中間就要替換掉喲榨婆!
ps:問題還存在磁携,把xcode全部卸載,只裝一個最新的良风。
- 最簡便的方式是: 先在終端輸入”sudo xcode-select -switch “谊迄,然后,打開Xcode—>右鍵顯示包內(nèi)容烟央,找到Developer文件夾拖到終端里面
PS:一些xcode-select的命令的使用:
xcode-select [-help]xcode-select [-switch xcode_folder_path]xcode-select [-print-path]xcode-select [-version]
例如:
//打印當(dāng)前xcode的路徑
xcode-select --print-path
//輸出:
/Applications/Xcode.app/Contents/Developer