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: https://github.com/0xdevalias/dotfiles/issues/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