맥북을 iOS 16으로 업데이트 이후 git 명령어를 입력하면 오류가 발생해서 검색하니, 업뎃하면 자주 발생하는 일이란다. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 아래와 같이 터미널에서 command를 입력후 설치하면 해결된다. xcode-select --install https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-..