Forked from gaquino/gist:87bdf0e6e852e445c0489379d3e9732a
Created
September 19, 2018 17:13
-
-
Save sgsharma/0eea4756478eb7f1ef957978b357c02a to your computer and use it in GitHub Desktop.
MacOS (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools))
This file contains hidden or 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
| If you are facing an error like that on new MacOS version. | |
| xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun | |
| It means that you need to install XCode command line, open a Terminal and run this command: | |
| $ xcode-select --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment