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
- Spring
- aws
- kotlin coroutine
- CKA
- AWS EKS
- AI
- APM
- 정보처리기사 실기
- PETERICA
- 기록으로 실력을 쌓자
- CKA 기출문제
- kotlin spring
- 코틀린 코루틴의 정석
- kotlin querydsl
- 정보처리기사 실기 기출문제
- Kubernetes
- 오블완
- mysql 튜닝
- CloudWatch
- Linux
- Pinpoint
- IntelliJ
- minikube
- Java
- kotlin
- Elasticsearch
- MySQL
- 공부
- 티스토리챌린지
- 정보처리기사실기 기출문제
Archives
- Today
- Total
목록Xcode 경로 (1)
피터의 개발이야기
[트러블슈팅] tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 문제해결
ㅁ 들어가며 ㅇ 패러럴즈 데스크탑 19 크랙에서 크랙 적용 단계에서 xcode 에러가 발생하여 트러블 슈팅 이력을 남긴다. ㅁ 에러 내용 xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance ㅇ xcodebuild는 Xcode가 필요하지만 개발자 디렉터리 '/Library/Developer/CommandLineTools'는 명령줄 도구 인스턴스인 오류이다. ㅁ 해결방법 $ sudo xcode-select -s /Applications/Xcode.app/Contents/Develop..
개발이야기
2024. 1. 12. 15:11