Command Line Tools not working - OS X El Capitan, Sierra, High Sierra, Mojave
Solution 1:
Found the fix for the problem here.
xcode-select --install
This will bring up a prompt to install the necessary command line tools.
Solution 2:
If you have issues with the xcode-select --install
command; e.g. I kept getting a network problem timeout, then try downloading the dmg at developer.apple.com/downloads (Command line tools OS X 10.11) for Xcode 7.1
Solution 3:
In macOS 10.14 this issue may also occur if you have two or more versions installed. If you like xCode GUI you can do it by going into preferences - CMD + ,
, selecting Locations
tab and choosing version of Command Line Tools. Please refer to the attached print screen.
Solution 4:
I tried the solution xcode-select --install
but it don't help me, I update from Sierra to High and happened this, my solution:
sudo xcode-select --reset
Solution 5:
Reassigning the path Xcode is configured with worked for me.
sudo xcode-select -switch /Applications/Xcode.app
You'll then likely be prompted (after trying a command) to agree to the license agreement.