Mac OS 업그레이드 이후 다음과 같은 오류가 발생했다.
xcode-select 명령으로 xcode cli만 따로 설치해서 이 문제를 해결할 수 있다.
$ xcode-select --install
2~3분을 기다리면 해결되었음을 확인할 수 있다.
https://www.hahwul.com/2019/11/18/how-to-fix-xcrun-error-after-macos-update/
Mac OS 업그레이드 이후 다음과 같은 오류가 발생했다.
xcode-select 명령으로 xcode cli만 따로 설치해서 이 문제를 해결할 수 있다.
$ xcode-select --install
2~3분을 기다리면 해결되었음을 확인할 수 있다.
https://www.hahwul.com/2019/11/18/how-to-fix-xcrun-error-after-macos-update/