微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Xcode修改使用版本

我们的Xcode使用版本可以根据Xcode > Preferences > Locations路径查看到正在使用的版本和该版本路径。

我们本文介绍的是在终端使用xcode-select命令 根据需求修改使用的Xcode版本。

在终端xcode-select可使用的命令如下:
1. xcode-select [-h, –help]
2. xcode-select [-p, –print-path]
3. xcode-select [-s , –switch ]
4. xcode-select [-v, –version]
5. xcode-select [-r, –reset ]

查看xcode-select可使用命令,使用如下命令

xcode-select -h
or
xcode-select --help

查看当前正在使用的Xcode版本路径,使用如下命令

xcode-select -p
or
xcode-select --print-path

查看xcode-select版本

xcode-select -v
or
xcode-select --version

重置为认的command line tools path

xcode-select -r
or
xcode-select -reset

修改Xcode使用版本

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
or
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐