When you launch Android Studio, a push notification crashes that Git cannot be started, error exitCode = 1:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
|
1 answer
Our foreign comrades advise you to dial a command in the terminalxcode-select --install
It will download and install xcode developer tools , which will solve the problem.
Also, some who have the xcode developer tools already installed are helped by the commandxcode-select --reset
|

missing xcrun at: bla/bla/bla/xcrun- n3r0bi0m4n