虚位以待(AD)
虚位以待(AD)
首页 > 软件编程 > Swift编程 > mac git xcrun error active developer path 错误

mac git xcrun error active developer path 错误
类别:Swift编程   作者:码皇   来源:互联网   点击:

本文主要是讲诉了如何解决在mac下使用git;xcode4 6的环境时,出现了错误(mac git xcrun error active developer path)的解决办法,希望对大家有所帮助

一:情景:

在mac下使用git;xcode4.6的环境时,需要安装command line tools ,但是在装了xcode5之后,就不需要安装command line tools了,默认已经集成了;但是我先装了,xcode4.6后来又安装了xcode5也就是,我mac上安装了两个版本的xocde但是在终端下使用git时,出现了错误如下:

二:错误

    xcrun: error: active developer path ("/Users/apple/Desktop/Xcode5.app/Contents/Developer") does not exist, use xcode-select to change

三:解决方法:

在终端下:

    sudo xcode-select -switch /Applications/Xcode5.app/Contents/Developer

注:上面的xcode5.app根据情况,因为我的xcode安装之后,改了名字叫xcode5所以这里是,xcodee5.app如果你没有攺,就是xcode.app

相关热词搜索: mac git xcode