我正在尝试让Xcode和命令行开发人员工具正常工作以使用MacPorts。 我已经安装了Xcode和Xcode命令行开发人员工具。
但是当我尝试使用xcode-select时,我得到:
xcode-select
-bash: xcode-select: command not found
MacPort认为未安装XCode:
sudo port install texlive
Warning: Xcode does not appear to be installed; most ports will likely fail to build.
我的$PATH
看起来很正常:
echo $PATH
/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
我无法在任何地方找到xcode-select实用程序:
sudo find / -iname xcode-select
我尝试从头开始删除并重新安装XCode和命令行工具,并重启多次。没有效果。我当前的系统是OSX 10.9.5和XCode 6.0.1。
有人可以帮忙吗?
由于
答案 0 :(得分:-1)
如果有人遇到此问题:
xcode-select现在是OS X的一部分,所以如果你没有它,我找到的唯一解决方案是备份所有内容并重新安装OS X.
请参阅我在Apple开发人员论坛上收到的帮助:https://devforums.apple.com/message/1050807#1050807