에러: xcode 를 jenkins로 build 하는 과정에서 만난 에러. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 원인: build 중, command line tool을 사용하지 못해서 생긴 에러이다. 해결책: command line tool 설치 후, command line tool 실행가능 상태로 셋팅한 뒤 다시 빌드를 시도한다. xcode-select --install # Install Command Line Tools if you haven't already..