xcrun: error: active developer path ("/Applications/Xcode 2.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)
每次我更新Xcode,然后再更新SVN的时候,总会有这个提示。
解决办法:
xcode-select --switch path/to/Xcode.app
即在命令行里输入这些东西就可以。
我写的是:
sudo xcode-select --switch /Applications/Xcode.app
公式模板是:
sudo xcode-select --switch (新Xcode的路径)
完毕~鼓掌~
时间: 2024-11-05 02:34:30