美文网首页
2021-02-08

2021-02-08

作者: 王家小雷 | 来源:发表于2021-02-08 15:37 被阅读0次

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use sudo xcode-select --switch path/to/Xcode.app to specify the Xcode that you wish to use for command line developer tools, or use xcode-select --install to install the standalone command line developer tools.
See man xcode-select for more details.

sudo xcode-select --reset

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

解决方法

xcode-select --install

相关文章

网友评论

      本文标题:2021-02-08

      本文链接:https://www.haomeiwen.com/subject/ibtfxltx.html