搜索
您的当前位置:首页正文

切换默认Xcode

来源:二三娱乐

有时我们电脑可能同时安装了多个Xcode。

打印当前默认Xcode:

~$ xcode-select --print-path

/Developer/Applications/Xcode.app

切换默认Xcode:

$ sudo xcode-select -switch /Users/JOHN/Downloads/Xcode.app

Top