cargo build를 하는데 아래와 같은 에러 메세지가 뜨면서 빌드가 되지 않았다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
그래서 검색해본 결과 xcode-select –install 이 명령어로 xcode cli만 따로 설치하면 문제가 해결된다고 해서, 했고, 됐다.