개인프로젝트/이슈정리

Xcode must be fully installed before you can continue

길개발 2023. 9. 12. 07:16

에러메시지 

Xcode must be fully installed before you can continue. Continue to the App Store? … yes Going to the App Store, re-run Expo CLI when Xcode has finished installing.

 

위와 같은 메시지가 뜰 때는 

1) Xcode가 설치 안되어있을 때

2) Xcode가 설치 됐는데도 동일한 메시지가 발생할 때

 

나의 경우에는 2)번에 해당됐는데 한가지 설정이 누락된 것

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

 

위 명령어만 입력하면 오류 해결됨(원인불명)

 

 

* 출처

https://github.com/expo/expo/issues/21727

 

"Xcode must be fully installed before you can continue". · Issue #21727 · expo/expo

Summary I've just set up a new M2 MacBook Pro and attempted to run npx expo start -c --ios. I get the following error (note the Xcode splash screen, indicating that it is indeed installed): (for se...

github.com