Skip to content

Instantly share code, notes, and snippets.

@jaichandra
Created March 1, 2016 04:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaichandra/3c1f3a1fca317f356ba0 to your computer and use it in GitHub Desktop.
Save jaichandra/3c1f3a1fca317f356ba0 to your computer and use it in GitHub Desktop.
filemerge not opening in sourcetree
This issue was due to xcode-select developer directory pointing to /Library/Developer, which only contained the folder CommandLineTools. To this end, the error message is complaining about not the directory not being the same as Xcode.
Two tested solutions:
(Re) Install Xcode.
Point xcode-select to the Xcode Developer Directory using the following command:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment