我刚刚升级到Xcode 5,现在Gitbox似乎无法找到FileMerge作为diff工具,并且没有手动设置路径的选项。有人知道怎么再把它联系起来吗?
发布于 2013-09-19 14:34:00
失败。失败。失败。问题是,我显然只需要启动Xcode :) Oops。
发布于 2013-09-19 14:23:39
尝试通过终端更改活动Xcode:
xcode-select --print-path
Prints the path of the active Xcode folder
or: xcode-select --switch <xcode_path>
Sets the path for the active Xcode folder
or: xcode-select --version
Prints the version of xcode-select如果这不起作用,Xcode允许您选择可以使用的命令行工具集(它隐藏在Xcode的"Locations“首选项窗格中)。
发布于 2018-05-17 16:13:20
在Xcode 8.3.3中,我选择了首选项,并在选项卡位置下选择为空的CommandLineTools下拉列表,并应用Xcode 8.3.3
现在,我的Gitbox在比较文件时打开FileMerge,就像以前一样。
https://stackoverflow.com/questions/18897162
复制相似问题