Xcode 4.3安装后,filemerge仍然可用吗?

ohh*_*hho 41 xcode xcode4 osx-lion

filemergeXcode升级到4.3后,我在哪里可以找到?

Kur*_*vis 49

在Xcode中,选择以下菜单项:Xcode - > Open Developer Tool - > FileMerge.该应用程序本身在这里:

/Applications/Xcode.app/Contents/Applications/FileMerge.app
Run Code Online (Sandbox Code Playgroud)

在命令行上,使用opendiff.您必须安装命令行工具 - 转到Xcode,首选项,下载选项卡,然后安装命令行工具(如果尚未安装).

  • 如果命令行不起作用,并且您不再有/ Developer目录,则可能需要:`sudo xcode-select -switch/Applications/Xcode.app/Contents/Developer` (30认同)

win*_*ith 32

在您的终端中运行:

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
Run Code Online (Sandbox Code Playgroud)

  • 这对我不起作用,但是`sudo/usr/bin/xcode-select -switch/Applications/Xcode.app`就可以了. (3认同)