升级到Xcode 5后,将Gitbox diff工具链接到FileMerge

Ton*_*ate 5 filemerge gitbox xcode5

我刚刚升级到Xcode 5,现在Gitbox似乎无法找到FileMerge作为diff工具,并且没有手动设置路径的选项.有人知道再次链接它的方法吗?

Mic*_*ann 5

尝试通过终端更改活动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
Run Code Online (Sandbox Code Playgroud)

如果这不起作用,Xcode允许用户选择可以使用的命令行工具集(它隐藏在Xcode的"Locations"偏好设置面板中.


Ton*_*ate 4

失败。失败。失败。问题是我显然只需要启动 Xcode :) 哎呀。