arguablykomodo / shadowfox-updater

An auto-updater for ShadowFox
https://github.com/overdodactyl/ShadowFox
MIT License
254 stars 16 forks source link

MacOS make error: xcrun/invalid active developer path #25

Closed orvn closed 5 years ago

orvn commented 5 years ago

When I make the updater or try to install it with brew install srkomodo/tap/shadowfox-updater, I get this error:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

I'm running MacOS Mojave 10.14.0.

orvn commented 5 years ago

Fixed this by updating xcode command line tools like so: xcode-select --install

(even though I already had the latest xcode installed, I needed to do this)

overdodactyl commented 5 years ago

This seems to be a common issue after all Apple's major updates:

https://stackoverflow.com/questions/28706428/invalid-active-developer-path-on-mac-os-x-after-installing-ruby#33012317