Is filemerge still available after Xcode 4.3 installation?

前端 未结 2 1875
情歌与酒
情歌与酒 2021-02-01 02:15

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

2条回答
  •  梦如初夏
    2021-02-01 02:42

    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.

提交回复
热议问题