我正在尝试从终端安装
Xcode上的命令行工具.我正在使用Xcode
Version 5.1.1 (5B1008).
I have installed command line tools within Xcode,
现在如果我尝试在终端安装命令行工具我得到这个
怎么解决这个? xcode-select版本2311.I尝试了以下内容
1.my path是/Applications/Xcode.app/Contents/Developer,所以我这样切换了
$sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer.
没有发生任何事情,我找不到相同的错误命令.
我跟着这个链接但没有用xcrun: Error: could not stat active Xcode path ‘/Volumes/Xcode/Xcode45-DP1.app/Contents/Developer’. (No such file or directory)
欢迎任何想法
解决方法
@H_403_55@