Skip to content

Instantly share code, notes, and snippets.

View dinocosta's full-sized avatar
👷‍♂️
...

Dino dinocosta

👷‍♂️
...
View GitHub Profile
@dinocosta
dinocosta / gist:ff17d363375ef012fcf3bcc2d715a328
Created August 27, 2018 10:31 — forked from gaquino/gist:87bdf0e6e852e445c0489379d3e9732a
MacOS (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools))
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