IDE에서 깃 명령어를 입력하니 xcrun: error: invalid active developer path (...) 라는 에러가 발생했다..!
xcode를 업데이트하면 생기는 오류인듯한데 매번 찾기 귀찮아서 블로그에 포스팅으로 남겨두어야겟다.
xcode-select --install
해당 코드를 입력하면 간단히 해결된다.
'IOS - Swift' 카테고리의 다른 글
[ios/xcode] StoryBoard Action Segue 종류 (0) | 2022.11.01 |
---|---|
Mac 에러해결기: (xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH) (0) | 2022.09.25 |
Swift 기초문법 - In-out Parameters (0) | 2022.09.15 |
Swift 기본문법 - Dictionary (0) | 2022.09.15 |
Swift 기본문법 - 상속 (0) | 2022.09.15 |