Skip to content

Instantly share code, notes, and snippets.

@Danilo-Araujo-Silva
Created October 30, 2018 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Danilo-Araujo-Silva/1bf5877e7db95a864955c8a11180b3e8 to your computer and use it in GitHub Desktop.
Save Danilo-Araujo-Silva/1bf5877e7db95a864955c8a11180b3e8 to your computer and use it in GitHub Desktop.
Solution: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
To fix the error:
`xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun`
You can do:
`xcode-select --install`
More info on:
`https://apple.stackexchange.com/questions/254380/macos-mojave-invalid-active-developer-path`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment