今天我试图在我的MacBook Pro上使用opendiff,但我遇到了这个错误。
xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to set the path to the Xcode folder.
Error: /usr/bin/xcode-select returned unexpected error.
你知道为什么它突然开始发生以及如何解决吗?
这是因为4.3 /Developer/
移动到/Applications/Xcode.app/Contents/Developer/
新路径的正确设置为:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
用修复
sudo xcode-select -switch /Developer/
我仍然不确定为什么我停止了工作。
sudo xcode-select -switch /Developer/
为我工作
--我使用带有FileMerge的版本,并在升级到OSX 10.7.3 后立即开始看到相同的错误代码