Created
March 1, 2016 04:28
-
-
Save jaichandra/3c1f3a1fca317f356ba0 to your computer and use it in GitHub Desktop.
filemerge not opening in sourcetree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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