Alcatraz - 当前未安装 Xcode 命令行工具

Posted

技术标签:

【中文标题】Alcatraz - 当前未安装 Xcode 命令行工具【英文标题】:Alcatraz - Xcode Command Line Tools are not currently installed 【发布时间】:2015-09-21 07:38:14 【问题描述】:

我正在通过 Alcatraz 管理 Xcode 插件。

在我按照官方git.zip 文件中的uninstalled.sh 文件中的说明安装并卸载Git 之前,一切都很好:

sudo rm -rf /usr/local/git/   (in my case it's /usr/local/git/bin/git)
sudo rm /etc/paths.d/git   
sudo rm /etc/manpaths.d/git

我不知道我用 git 做了什么会影响 Alcatraz。

在 Xcode 中单击包管理器后,我会收到此错误:

我在“偏好下载”部分没有找到可下载的内容, 我确实尝试在Xcode Command Line Tool tutorial 之后安装命令行工具

我是这样验证的:

myMacBook-Air:~ me$ xcode-select -p 
/Applications/Xcode.app/Contents/Developer

甚至:

myMacBook-Air:~ me$ gcc --version    
Configured with:--prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1   
Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0   
Thread model: posix

警告仍然弹出。

我是不是安装命令行工具失败?

(或者可能与 git 无关,而是与 Xcode 7 升级有关?)

我该如何解决这个问题?

【问题讨论】:

which git 显示什么? @***foe 它显示了/usr/local/git/bin/git 但是你说你删除了/usr/local/git @***foe 是的,这是官方命令,我确实将其修改为我的路径,注意了。 那没有意义。 【参考方案1】:

这个answer 确实有效,

看起来 Alcatraz 与 git 有关。

【讨论】:

以上是关于Alcatraz - 当前未安装 Xcode 命令行工具的主要内容,如果未能解决你的问题,请参考以下文章

Alcatraz的安装

Xcode插件包Alcatraz

Alcatraz的安装和使用(转)

Alcatraz,

Alcatraz 的安装和删除

可以使用 Alcatraz 添加构建规则吗?