Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is filemerge still available after Xcode 4.3 installation?

Where can I find filemerge after Xcode is upgraded to 4.3?

like image 744
ohho Avatar asked Mar 05 '12 06:03

ohho


2 Answers

Run this in your terminal:

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
like image 22
winsmith Avatar answered Oct 21 '22 14:10

winsmith


In Xcode, choose this menu item: Xcode -> Open Developer Tool -> FileMerge. The app itself is here:

/Applications/Xcode.app/Contents/Applications/FileMerge.app

On the command line, use opendiff. You must have the command line tools installed -- go to Xcode, Preferences, Downloads tab, and install Command Line Tools if you haven't already.

like image 134
Kurt Revis Avatar answered Oct 21 '22 13:10

Kurt Revis