Git failure after updating to macOS Ventura
Tomoyuki KOYAMA
Posted on February 2, 2023
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
Reference
💖 💪 🙅 🚩
Tomoyuki KOYAMA
Posted on February 2, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.