Skip to content

Instantly share code, notes, and snippets.

@zelark
Created October 4, 2019 20:02
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 zelark/fcbddb620c5f7db90cf0a2d5a1c69f85 to your computer and use it in GitHub Desktop.
Save zelark/fcbddb620c5f7db90cf0a2d5a1c69f85 to your computer and use it in GitHub Desktop.
#mac

Problem:

xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer/), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun

Solution:

xcode-select --install

# optional
xcode-select --switch /Library/Developer/CommandLineTools

Source

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