Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SpringBoot
- 자바스크립트
- 에러
- 책
- 깃
- spring
- JavaScript
- java
- 클라우드 서비스 특징
- 한줄평
- git push
- 오류
- 기록하는 동구
- 파이썬 웹크롤링
- Swift
- 자바 파일업로드
- 줄거리
- Mapper
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Mac
- git
- 서평
- 클라우드 서비스
- Xcode
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 콜미동구
- MySQL
- 독후감
- 동구
- 데이메이커
Archives
- Today
- Total
인생은 속도가 아니라 방향이다
[맥북] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 오류 본문
운영체제(OS)/MacOS
[맥북] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 오류
기록하는 동구 2020. 2. 8. 05:41반응형
맥북업데이트후(mojave) 평소 사용하는 폴더가서 git명령어를 쳤는데 안먹고 이런 오류가 터미널에 뜬다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
이런게 떠서 구글링을 해보았다. Xcode Command-line Tools이 최신업데이트가 안되서 그런단다. 해결책은 되게 간단하다.
터미널로 돌아가서 이걸 친다.
xcode-select --install
그러면
xcode-select: note: install requested for command line developer tools
이 메시지를 받으면 성공! 이젠 잘될것이당
반응형
'운영체제(OS) > MacOS' 카테고리의 다른 글
[MAC] 맥북 maven 터미널로 .m2 폴더 열기 (0) | 2020.05.29 |
---|---|
[Mac] 맥 커맨드(command)로 파일 사용권한 조회 및 변경하기 (2) | 2020.05.07 |
[MacOS] 맥북 톰캣설치 Unknown version of Tomcat was specified. (0) | 2020.02.13 |
[맥북] 맥북 포맷하는 방법 (0) | 2020.01.25 |
[맥북]스크린샷 및 화면캡쳐 방법 / 파일들 모아서 새로운폴더 생성 (0) | 2020.01.23 |
Comments