我的google-fu让我失望了,我想这可能是基本的OS X / Xcode知识但是....
当我双击.xcodeproj文件时,我得到Beta我安装了启动而不是稳定版本 - 这是我真正想要的版本。
我尝试在Finder信息窗口中更改启动程序,但它始终显示为“Xcode”,并且似乎不接受有不同的版本 - 即使它在下拉列表中提供给我。
这是否有xcode设置?
感谢。
答案 0 :(得分:1)
命令行工具xcode-select
就是您想要的:
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
您必须使用sudo
实际更改-switch
。