-
Terminal - Mac 업그레이드 후 xcrun error 해결하기Programming/Errors 2021. 10. 27. 16:45
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
이번 몬터레이 업그레이드 이후에 발생한 에러...
git도 안되고 엉망진창이였다..
문제 원인은 업그레이드 하면서 Xcode Command Line Tool이 설치가 안된듯하다..
그래서 terminal에서 아래 명령어를 입력하면 된다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersxcode-select --install 그럼 CLI를 설치하고 재 실행하면 에러가 발생하지 않는다!
728x90'Programming > Errors' 카테고리의 다른 글
Terminal - Homebrew 설치 중 illegal user name ERROR (0) 2022.01.26 ERROR - Can't find keyplane that supports type 4 for keyboard (0) 2022.01.10 Xcode - The linked framework ~~ is missing one ore more architectures required by this target: arm64 (0) 2021.12.26 Xcode - Multiple commands produce (0) 2021.12.19 Xcode - Build input file cannot be found: ~/Info.plist (0) 2021.12.19