Created
October 13, 2015 18:01
-
-
Save codister/443026b1935f07ebac5c to your computer and use it in GitHub Desktop.
[Solved] - xcrun: error: invalid active developer path (/Library/Developer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot! solved it!