1

I have removed xcode from my Mac 10.9.3. I opened the Applications folder and dragged it to the trash (and emptied it).  

But when I run the command xcode-select --version, I get:

xcode-select version 2003.

How is that possible? Does it mean xcode is not properly uninstalled?

Josh Correia
  • 3,807
  • 3
  • 33
  • 50
user984621
  • 46,344
  • 73
  • 224
  • 412

1 Answers1

2

xcode-select is not part of the Xcode.app bundle.
It lives in /usr/bin/

You can check that via

whereis xcode-select

in Terminal.

Thomas Zoechling
  • 34,177
  • 3
  • 81
  • 112
  • It's located here: `/usr/bin/xcode-select` - what to do with it now? – user984621 Jun 20 '14 at 08:30
  • I don't think that Apple provides anything to uninstall the CLI tools. There is a SO answer about this topic. Maybe you can find something there: http://stackoverflow.com/questions/19635919/how-do-i-uninstall-xcode-5-command-line-tools – Thomas Zoechling Jun 20 '14 at 08:49