Question

I just upgraded to Xcode 5 and now Gitbox doesn't seem to be able to find FileMerge as the diff tool, and has no options for setting a path manually. Anyone know a way to link it up again?

Was it helpful?

Solution 2

Fail. Fail. Fail. The problem was I just needed to fire up Xcode apparently :) Oops.

OTHER TIPS

Try changing the active Xcode via Terminal:

   xcode-select --print-path
           Prints the path of the active Xcode folder
   or: xcode-select --switch <xcode_path>
           Sets the path for the active Xcode folder
   or: xcode-select --version
           Prints the version of xcode-select

And if that doesn't work, Xcode allows one to select which set of command line tools one can use (it's hidden in the "Locations" preference pane of Xcode.

In Xcode 8.3.3 I went to preferences and under the tab Locations choose the CommandLineTools dropdown which was empty, and applied Xcode 8.3.3

Now my Gitbox opens FileMerge when comparing files, like it used to.

That happened precisely because your Xcode is still referencing the old version. Open Xcode > Go to preferences > Then click on "Locations" Tab. You will see a dropdown labeled "Command Line Tools". Pick your latest version and voila!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top