카테고리 없음
[에러 해결] Unable to boot device in current state:Booted
딸기케잌🍓
2022. 3. 6. 15:02
에러 발생
react-native 프로젝트를 ios 시뮬레이터에서 실행하기 위해
yarn ios
명령어 실행하니 다음과 같은 에러가 발생했다.
Unable to boot device in current state:Booted
에러 해결
디바이스의 리스트를 본다.
xcrun simctl list
리스트 중에 "Booted"인 상태가 있다.
해당 시뮬레이터의 id를 종료해준다!
여기서 시뮬레이터의 id는 디바이스의 이름이다.
xcrun simctl shutdown "iPhone 13"