Skip to content

Instantly share code, notes, and snippets.

@codister
Created October 13, 2015 18:01
Show Gist options
  • Save codister/443026b1935f07ebac5c to your computer and use it in GitHub Desktop.
Save codister/443026b1935f07ebac5c to your computer and use it in GitHub Desktop.
[Solved] - xcrun: error: invalid active developer path (/Library/Developer
After upgrade to El Capitan i tried to run git but i was getting this error
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
so that's how i solved it by runing the below commad in terminal
sudo xcode-select --install
-- enter's password and run
let it install
@KseniaRo
Copy link

KseniaRo commented Nov 15, 2020

Thanks a lot! solved it!

@csangonzo
Copy link

Thanks, saved my day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment