Tag: apple
-
Mac OS Catalina: “invalid active developer path” error
After upgrading to Catalina, I encountered the error below. Seems Xcode was no longer available. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Try the following in your terminal; otherwise, head to https://developer.apple.com/download/more/ and download Xcode manually. xcode-select –install
-
IntelliJ IDEA: Pass M2_HOME to the IDE on OS X Yosemite
I had issues in Yosemite with IntelliJ always complaining that it couldn’t see my M2_HOME variable, even though I had it in my .bash_profile. Turns out that only works in the terminal. In any case, this worked — I verified it on my Mac, which runs v10.10.5. 1. Save this plist in ~/Library/LaunchAgents/ as custom.startup.plist…