You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running opendiff on the commandline (SourceTree's helper tool) reveals the following:
⇒ opendiff
xcode-select: error: tool 'opendiff' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Semi-related: #10
Running
opendiff
on the commandline (SourceTree's helper tool) reveals the following:I found the fix here:
xcode-select -switch /Applications/Xcode.app/Contents/Developer
git config --global merge.tool opendiff
Which apparently originally came from:
You can do a quick sanity check with
opendiff
again:In this case, you're good to go!
It would be good to add this to the dotfiles so it's handled automagically on new system setup
The text was updated successfully, but these errors were encountered: