Environment
- macOS Ventura
- MacBook Air with M1 chip
Problem
I faced the following error after updating macOS Ventura from Monterey.
$ git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Solution
One of the solutions for the error is to execute the command as follows.
$ xcode-select --reset
Top comments (0)