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 | 31 |
Tags
- apache mod rewrite
- 구글 OTP 인증
- html pdf 변환
- 우분투 mysql 비밀번호 없이 로그인 될때
- 파라미터 & 오류
- bootstrap modal
- wkhtmltopdf 실행 오류
- svn 충돌 해결 resolved
- magic bytes
- modsecurity 설치
- mysql root 비밀번호 변경
- JQuery checkbox 컨트롤
- PHP 정규식 예제
- 아파치 웹 서버의 정보 숨기기
- group_concat 구분자
- usb efi 시스템 파티션 삭제
- svn 충돌 해결 resolve
- PHP 구글 OTP 인증
- javascript
- 비밀번호검증정규식
- bootstrap
- 자바스크립트비밀번호검증
- (using password: YES)" when trying to connect
- 세로 중앙 정렬
- mysqldump: Got error: 1045
- php 특정 문자열 취환
- libxrender1
- 비밀번호정규식
- PHP 구글 OTP 연동
- 부트스트랩4 세로 중앙 정렬
Archives
- Today
- Total
투덜이 개발자
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist 본문
IDE & Tools/Xcode
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
엠투 2022. 1. 25. 20:15반응형
macOS Big Sur Xcode 12.5 쓰다가 macOS Monterey 업데이트 하니
Xcode 버전이 맞지 않아 최신 버전을 설치하고
git 사용을 할려고 보니 아래와 같은 에러 발생
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Last login: Tue Jan 25 20:02:44 on console
jhshin@Jhshinui-MacPro2017 ~ % git -version
xcrun: error: active developer path ("/Applications/Xcode_12.5.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
jhshin@Jhshinui-MacPro2017 ~ %
sudo xcode-select --reset
구글링 해서 위와 같이 콘솔에 입력해서 해결함
반응형
'IDE & Tools > Xcode' 카테고리의 다른 글
[Xcode/iOS] M1칩에서 iOS 시뮬레이터가 잘 작동을 안 하는 이슈 해결 (2) | 2024.10.15 |
---|---|
nw_endpoint_handler_set_adaptive_write_handler xcode (0) | 2022.09.26 |
[Xcode]Provisioning Profiles 삭제하기 (0) | 2021.09.23 |
Xcode ios 스키마 이름 지정 (0) | 2021.09.10 |
Xcode 12.3에서 발생하는 Fat Framework 링크 오류 문제 (0) | 2021.06.17 |