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

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9562761/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:32:04  来源:igfitidea点击:

Is filemerge still available after Xcode 4.3 installation?

xcodexcode4osx-lion

提问by ohho

Where can I find filemergeafter Xcode is upgraded to 4.3?

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

回答by Kurt Revis

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

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

/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.

在命令行上,使用opendiff. 您必须安装命令行工具——转到 Xcode、首选项、下载选项卡,如果尚未安装命令行工具,请安装。

回答by winsmith

Run this in your terminal:

在你的终端中运行这个:

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer