终端执行 xcode-select --install
错误提示
command line tools are already installed,
use "Software Update" to install updates
解决方法
- 在终端输入
sudo rm -rf /Library/Developer/CommandLineTools
2、执行
xcode-select --install
终端执行 xcode-select --install
错误提示
command line tools are already installed,
use "Software Update" to install updates
解决方法
sudo rm -rf /Library/Developer/CommandLineTools
2、执行
xcode-select --install
本文标题:xcode-select --install 报错
本文链接:https://www.haomeiwen.com/subject/octerrtx.html
网友评论