我尝试在OS X 10.9.1上安装/更新Xcode5。解决Homebrew的问题。所以我试试:
xcode-select --install
在论坛/谷歌中,他们说它将开始安装,例如。 here但我明白了:
Usage: xcode-select -print-path
or: xcode-select -switch <xcode_folder_path>
or: xcode-select -version
Arguments:
-print-path Prints the path of the current Xcode folder
-switch <xcode_folder_path> Sets the path for the current Xcode folder
-version Prints xcode-select version information
为什么呢?有什么问题?
谢谢你的帮助!答案 0 :(得分:0)
打印您的Xcode路径
xcode-select -print-path
如果您的Xcode路径不是= /Applications/Xcode.app/Contents/Developer
在终端中更改
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer