I updated to MacOS Sierra and Laravel Homestead stopped working. I kept getting some pretty buggy errors, so I took this as an opportunity to make the switch to VVV. It’s not the same of course, but it does fit what I do perfectly, so the switch makes a lot of sense.
One of the things I had to do before installing VVV was install xcode
. I kept getting this error.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
To resolve I just ran:
xcode-select --install
After that I followed the steps here.