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
์ฐธ๊ณ ํ ์ฌ์ดํธ:
728x90