forDevLife
xcrun: error: invalid active developer path 해결 본문
Error
- BigSur -> Monterey 업데이트 후, IntelliJ에서 커밋이 안되길래 확인해보니 다음과 같은 오류가 발생했다.
- xcode cli 문제로, 버전이 업데이트 되어 라이센스에 재 동의를 해야한다는 오류이다.
- https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-use-git-a
해결
xcode-select --install
'Error' 카테고리의 다른 글
[해결] S3 upload 시 issue(Could not resolve placeholder, IOException) (0) | 2022.07.16 |
---|---|
[git] 새로운 PC에서의 GitHub 연동 문제 (0) | 2022.01.23 |
[Issue] OAuth 2.0 Google 완전 로그아웃 하기 (0) | 2021.09.16 |
[해결] EC2 java version 문제 (0) | 2021.09.06 |
gradle 통합 테스트 오류 (0) | 2021.09.03 |
Comments