今天我试着在我的MacBook专业版上使用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.你知道为什么它突然开始发生了吗,以及如何修复它?
发布于 2012-02-19 22:38:55
这是因为4.3版本的/Developer/迁移到了/Applications/Xcode.app/Contents/Developer/
新路径的正确设置为:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/发布于 2012-02-16 04:36:05
已修复:
sudo xcode-select -switch /Developer/我仍然不确定为什么我停止了工作。
发布于 2012-03-06 23:37:56
sudo xcode-select -switch /Developer/ 对我很管用
--我使用带有FileMerge的版本,在升级到OSX10.7.3之后立即开始看到相同的错误代码
https://stackoverflow.com/questions/9300748
复制相似问题