选择默认 Xcode
2021-10-21 本文已影响0人
iVikings
- 打印当前默认 Xcode
xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
- 切换默认 Xcode
sudo xcode-select -switch /Applications/Xcode12.5.1.app/Contents/Developer
-switch 可以简写为 -s
xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
sudo xcode-select -switch /Applications/Xcode12.5.1.app/Contents/Developer
-switch 可以简写为 -s