xcode2 xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance [npm] error 아래 오류는 주로 Xcode와 관련된 문제입니다. 오류가 발생한 이유와 해결 방법에 대해 알아보도록 하겠습니다. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 해당 오류는 Xcode와 관련된 문제로, Xcode가 설치되어 있지 않거나 활성 개발자 디렉토리가 잘못 설정되어 있는 경우에 발생합니다. 이 문제를 해결하기 위해 몇 가지 방법을 시도해 볼 수 있습니다. 해결 방법: Xcode 설치 확인: xcodebuild -version Xcode가 설치되어 있지 않은 경우, Ap.. 2023. 11. 2. Flutter Error: Build Failed due to Missing iOS Directory 오류 메시지: error: /Users/takho/homework/flutter/wakeuphoney/ios/ios: No such file or directory (in target 'Runner' from project 'Runner') 원인: 이 오류는 iOS 프로젝트의 디렉토리가 없기 때문에 발생합니다. Flutter는 iOS 애플리케이션을 빌드할 때 Xcode 프로젝트를 생성합니다. 이 프로젝트는 ios 디렉토리에 저장됩니다. 그러나 해당 디렉토리가 없거나 잘못된 경로를 가리키는 경우 빌드가 실패합니다. 해결: 먼저 ios 디렉토리가 있는지 확인하세요. 만약 없다면, Flutter 프로젝트 루트 디렉토리에서 다음 명령어를 실행하여 iOS 애플리케이션의 Xcode 프로.. 2023. 10. 2. 이전 1 다음