美文网首页
xcrun: error: invalid active dev

xcrun: error: invalid active dev

作者: 垂天雲 | 来源:发表于2019-11-11 11:06 被阅读0次

    MAC下遇到 xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer)的解决办法:

    卸载了Xcode或者升级Xcode,Android Studio中的svn突然不好用了,不要着急,在命令行中输入一下三行命令,即可搞定!

    sudo xcode-select -r

    sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools

    xcode-select -p

    相关文章

      网友评论

          本文标题:xcrun: error: invalid active dev

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