Is filemerge still available after Xcode 4.3 installation?

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

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

相关标签:
2条回答
  • 2021-02-01 02:27

    Run this in your terminal:

    sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
    
    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题