# This `.xcode.env` file is versioned and is used to source the environment# used when running script phases inside Xcode.# To customize your local environment, you can create an `.xcode.env.local`# file that is not versioned.# NODE_BINARY variable contains the PATH to the node executable.## Customize the NODE_BINARY variable here.# For example, to use nvm with brew, add the following line# . "$(brew --prefix nvm)/nvm.sh" --no-useexport NODE_BINARY=$(command -v node)
💡.xcode.env.local - 아래의 node 설치 위치가 맞는지 확인합니다. - 저는 아래의 node 설치 경로와 직접 찾아본 경로가 달라서 발생하는 문제였습니다. - 지정된 경로 18.20.4이나 실제로 설치된 경로는 18.20.4_1이었습니다.