Xcode命令行工具管理
安装
xcode-select --install
Xcode版本切换
显示当前使用的xocde版本
$ xcode-select --print-path
选择Xcode中的默认版本
$ sudo xcode-select -switch /Applications/Xcode.app
评论
TwikooValine
xcode-select --install
$ xcode-select --print-path
$ sudo xcode-select -switch /Applications/Xcode.app