After upgrade macOS to 12.4 (Monterey), execute make
command will get this error message:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
fixed: udate Xcode toolkit
$ xcode-select --install
wait about 20 minutes, my make
command works.
Top comments (0)