728x90
์๋ฌ: 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.
sudo xcode-select --switch /Library/Developer/CommandLineTools # Enable command line tools
# Change the path if you installed Xcode somewhere else.
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
์ฐธ๊ณ ํ ์ฌ์ดํธ:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a
EDITED FOR PEOPLE JUST GETTING HERE See #569 (comment) and #569 (comment), the warning can just be ignored. Command Line Tools works fine, you do not need the full Xcode. See https://github.com/nod...
github.com
728x90