본문 바로가기

카테고리 없음

[React-Native] error: unable to lookup item 'Path' in SDK 'iphoneos'

react-native 프로젝트 생성중에 다음과 같은 에러가 발생했다.

error: SDK "iphoneos" cannot be located

찾아보니 xcode를 인식하지 못해서 에러가 난것 같다.

아래 코드를 입력해주자

sudo xcode-select --switch /Applications/Xcode.app


후에 ios 디렉토리로 이동한후 pod install을 해준다.