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

时间:2015-09-21 07:38:14

标签: xcode git macos command-line-tool 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做了什么会影响恶魔岛。

在Xcode中单击Package Manager后,我收到此错误:

enter image description here

我在“首选项下载”部分找不到任何内容, 我尝试在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升级相关的东西?)

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

answer确实有效,

看起来Alcatraz与git有关。