macosmacos-sierraosx-elcapitanmacos-high-sierra

Command Line Tools not working - OS X El Capitan, Sierra, High Sierra, Mojave


I just upgraded from Yosemite to El Capitan (and replicated the problem upgrading from El Capitan to Sierra), and when I try to type for example git status inside a terminal, I get the following error:

xcrun: error: invalid active developer path
 (/Library/Developer/CommandLineTools), missing xcrun at:
 /Library/Developer/CommandLineTools/usr/bin/xcrun

I don't have Xcode installed, never did. Anyone have a solution?


Solution

  • Found the fix for the problem here.

    xcode-select --install
    

    This will bring up a prompt to install the necessary command line tools.