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
- postfix 설치
- bootstrap modal
- 윈도우 mod_security2
- php 배열제거
- mod_security2 설치
- thumbnail 클래스
- VS Code 서버설치
- PHP 정규식 예제
- 비밀번호검증정규식
- 비밀번호정규식
- javascript
- sha-2 root
- modsecurity 설치
- wsl2 우분투에 docker 설치
- 숫자 3자리(천단위) 마다 콤마 찍기
- bootstrap
- 윈도우 환경 아파치 mod_security2 설치
- usb efi 시스템 파티션 삭제
- mariadb upgrade
- 파라미터 & 오류
- 자바스크립트비밀번호검증
- html pdf 변환
- 아파치 웹 서버의 정보 숨기기
- apple push notification service (apns) is changing
- group_concat 구분자
- usb 삭제
- php 이미지 url 검증 함수
- httpd.conf 보안 설정
- PHP 세션 처리
- 유튜브 플레이 리스트 저장
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 |