본문 바로가기
반응형

프로그래밍/기타2

Mac 에서 homebrew 설치하기 kmm을 사용하기 위해서 mac 에서 homebrew 설치한 후 kdoctor를 설치해야 한다. homebrew를 설치하는 방법에 브라우저에 brew.sh로 공식홈페이지에 들어가서 명령어를 복사한 후 터미널에서 치면 되는데, 명령어는 아래와 같다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew 설치 후 - Run these three commands in your terminal to add Homebrew to your PATH: echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/????/.zprofile echo '.. 2023. 1. 19.
git error xcrun error: invalid active developer path (/Applications/Xcode.app/Contents/Developer) 해결방법 많은 블로그 글에서 단순히 1번 install만 하면 된다고 되어있지만 1번에서 안되면 2, 3번도 실행해야 된다. 1. terminal 에서 xcode-select --install 2. sudo xcode-select --reset 3. sudo xcode-select --switch /Library/Developer/CommandLineTools 2023. 1. 16.
반응형