Failed to launch the app on simulator, An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405):Unable to lookup in current state: Shutdown 해결법

2021. 11. 30. 10:07React-native

 

ios 시뮬레이터 빌드 중 오류가 발생했다. 구글링을 통해 X code 캐시 문제인 것을 파악했다.

 

이 MAC 에 관하여 > 저장공간 > 관리 > 개발자 > Xcode 캐시를 삭제

 

그 후 PC 자체를 재시동하면 해결된다.

'React-native' 카테고리의 다른 글

useEffect와 setOptions  (0) 2021.09.16
5  (0) 2021.09.08
stickyHeaderIndices  (0) 2021.09.08
FlatList를 이용한 섹션별 데이터 분류 방법  (0) 2021.09.06
FlatList의 renderItem, ItemSeparatorComponent  (0) 2021.09.05