[react-native] ios simulator unable to boot device in current state: Booted 오류 해결

ios simulator Unable to boot device in current state: Booted

오늘은 react-native에서 ios simulator를 실행시킬 때 종종 발생하는 unable to boot device in current state: Booted 오류를 해결하는 방법에 대해 알아봐요.

오류가 나는 이유부터 알아보자면 시뮬레이터가 실행 상태

그럼 이제 해결 방법에 대해 알아볼까요?


1. 해결 방법

1-1. ios simulator settings 켜기

ios 시뮬레이터를 켠 상태에서 아래의 이미지와 같이 좌측 상단의 메뉴바에서 Simulator -> Settings... 를 클릭해주세요.

혹은 시뮬레이터를 켠 상태에서 ⌘ + ,를 함께 눌러주세요.

ios simulator settings

1-2. Simulator lifetime 변경

아래의 이미지와 같이 Simulator lifetime 부분의 When Simulator starts boot the most recently used simulator를 체크 해제해주세요.

ios simulator lifetime "When Simulator starts boot the most recently used simulator"

참고


정리하며

오늘은 react-native에서 ios simulator를 실행시킬 때 종종 발생하는 unable to boot device in current state: Booted 오류를 해결하는 방법에 대해 알아봤어요.

이미지와 함께 보면서 따라오면 큰 어려움 없이 해결하실 수 있으니 차근차근 따라해서 해결하셨으면 좋겠어요.