美文网首页软件测试-各种技能集合
xcrun: error: active developer p

xcrun: error: active developer p

作者: 90后的晨仔 | 来源:发表于2019-06-03 09:27 被阅读0次
    mac下卸载了xcode,使用git等命令时就提示错误。invalid active path(Applications/Xcode.app/Contents/Developer),这种情况可以通过xcode-select --switch指定一个xcode安装路径,如果不想安装xcode,那么可以通过重置系统默认开发工具路径.

    可以通过xcode-select命令来重置系统默认的CommandLineTools路径,如下

    解决方案:
    
    sudo xcode-select -r
    
    xcode-select --switch /Library/Developer/CommandLineTools
    
    xcode-select -p
    

    相关文章

      网友评论

        本文标题:xcrun: error: active developer p

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