我正在使用MAC OS X 10.8.5。我收到此错误,我安装了osx-gcc-installer,我需要安装CLT或Xcode 5.0.1。但是,我已经下载并安装了CLT和Xcode 5.0.1,我不确定我是怎么想删除osx-gcc-installer的。
我得到的错误:
Warning: You seem to have osx-gcc-installer installed.
Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and
is an unlicensed distribution of really old Xcode files.
Please install the CLT or Xcode 5.0.1.
我从其他帖子中找到的一些解决方案:
If something doesn't work as expected, feel free to install Xcode over this installation.
Once installed, you can remove Xcode completely with the following:
sudo /Developer/Library/uninstall-devtools -mode=all
它说,如果osx-gcc-installer存在问题,我需要安装Xcode,但我已经安装了Xcode。在这种情况下,我应该卸载并重新安装我的Xcode吗?
另外,我运行了他们提供的代码并卸载了devtools。
我真的希望有一种更简单有效的方法来删除osx-gcc-installer。