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

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

If you recently updated to macOS High Sierra and tried to run git commands you would face this error
Software Development
by Jey Geethan | March 16, 2018

If you recently updated to macOS High Sierra and tried to run git commands you would face this error:


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


You can do the following to solve this problem:


xcode-select --install 


This will basically install/reinstall the xcode developer tools and your problem will be solved.


Jey Geethan

Jey Geethan is a poet, author and an entrepreneur.


Related Articles

Software Development

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms

by Jey Geethan | November 06, 2008
[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms
Sometimes, while creating controls, either by Inherited Controls or UserControls, we will be required to skip a piece of code depending upon the design time or runtime mode.
Software Development

Building Microservices For Quick Wins

by Jey Geethan | October 03, 2018
Building Microservices For Quick Wins
Microservices have always been a hot topic among software firms. Does your firm really need a microservice? Read on to find out.