美文网首页
Failed to locate 'svnversion'.

Failed to locate 'svnversion'.

作者: 封丑儿 | 来源:发表于2020-03-26 14:27 被阅读0次

    说明:Mac项目
    描述:刚把公司代码down下来,运行正常但是有报错,报错内容如下:

    svnversion: error: Failed to locate 'svnversion'.
    svnversion: error: The subversion command line tools are no longer provided by Xcode.
    Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure
    

    问题分析:

    应该是Xcode没有安装xcode-select的工具导致

    解决方案:
    打开终端输入:xcode-select --install ,安装后重新运行就好了

    相关文章

      网友评论

          本文标题:Failed to locate 'svnversion'.

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