xcrun: error: active developer path ("..") does not exist, use `xcode-select --switch path/to/Xcode.

今天运行命令的时候报错:

xcrun: error: active developer path ("/Users/soindy/Downloads/Xcode.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`)


错误原因: 当时更新X-code一直失败,由于开发比较紧张所以别人下了直接传给我的,所以自动放到下载目录下了.后来为了以后的更新问题,我有重新在AppStore上下载了一个.安装的时候肯定把上一个替换了.但是运行git命令时报上面的错误.可能是开发路径没有自动转过来.只需要按照提示的命令继续运行即可.

xcrun: error: active developer path ("..") does not exist, use `xcode-select --switch path/to/Xcode._第1张图片

你可能感兴趣的:(git,X-Code)