Where can I find filemerge
after Xcode is upgraded to 4.3?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
Run this in your terminal:
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer