安装
代码语言:javascript复制xcode-select --install
Xcode版本切换
显示当前使用的xocde版本
代码语言:javascript复制$ xcode-select --print-path
选择Xcode中的默认版本
代码语言:javascript复制$ sudo xcode-select -switch /Applications/Xcode.app
xcode-select --install
$ xcode-select --print-path
$ sudo xcode-select -switch /Applications/Xcode.app