mac xcode版本切换
2017-10-31 本文已影响146人
__Andy__
转自:http://blog.csdn.net/jianglianye21/article/details/78095455
1、找到要切换的xcode版本的路径
2、切换xcode路径的方法为:sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer(加粗为xcode路径)
3、查看切换后的xcode版本路径命令:
xcode-select -print-path