Today I tried to use opendiff on my MacBook Pro and I got this error.

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.

Do you have any idea why it suddenly start happening and how to fix it?

link|improve this question

17% accept rate
feedback

3 Answers

That is because with 4.3 /Developer/ moved to /Applications/Xcode.app/Contents/Developer/

The proper setting for the new path is:

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

link|improve this answer
feedback

Fixed with: sudo xcode-select -switch /Developer/

I am still unsure why I stopped working though.

link|improve this answer
Thanks. This fixed the issue for me as well. Not sure why these answers were downvoted. – Bishnu Apr 11 at 4:36
feedback
sudo xcode-select -switch /Developer/ 

worked for me

-- I use Versions with FileMerge and started seeing the same error code immediately after upgrading to OSX 10.7.3

link|improve this answer
1  
Did not work for me (xCode 4.3.1), but this worked fine: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/ – Michael Biermann Mar 14 at 17:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.