【问题标题】:I removed xcode, but "xcode-select --version" still shows me its version我删除了 xcode,但“xcode-select --version”仍然显示它的版本
【发布时间】:2014-08-10 21:50:34
【问题描述】:

我已经从我的 Mac 10.9.3 中删除了 xcode。我打开应用程序文件夹并将其拖到垃圾箱(并清空它)。

但是当我运行命令 xcode-select --version 时,我得到:

xcode-select version 2003.

这怎么可能?是不是表示xcode没有正确卸载?

【问题讨论】:

    标签: xcode macos osx-lion command-line-tool


    【解决方案1】:

    xcode-select 不是 Xcode.app 包的一部分。
    它位于 /usr/bin/

    你可以通过

    whereis xcode-select
    

    在终端中。

    【讨论】:

    • 它位于此处:/usr/bin/xcode-select - 现在如何处理它?
    • 我不认为 Apple 提供任何东西来卸载 CLI 工具。有一个关于这个话题的答案。也许你可以在那里找到一些东西:stackoverflow.com/questions/19635919/…
    猜你喜欢
    • 1970-01-01
    • 2013-12-28
    • 2019-01-26
    • 1970-01-01
    • 1970-01-01
    • 2019-09-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多