Last Updated: September 09, 2019
·
6.864K
· ingemar

Installing Xcode Command Line Tools on OS X Mavericks

To install Xcode's Command Line Tools on OS X Mavericks, in your terminal simply run:

$ xcode-select --install

Follow the instructions on your screen. If you're unable to access the download, manually get it from https://developer.apple.com/downloads/index.action and install the package. Then you need to run:

$ xcode-select --reset

Happy coding!