Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native CLI Unable to boot device in current state: Booted

I want run react-native project but when i write 'npx react-native run-ios' I get the following error. After OK button clicking simulator worked. What is this error and how can i solve it?

enter image description here

I tried many methods but didn't work.

like image 851
Caner Avatar asked Feb 19 '26 22:02

Caner


1 Answers

I found solution. Simulator -> Preferences -> Simulator lifetime: When Simulator starts boot the most recently used simulator I unchecked.

like image 174
Caner Avatar answered Feb 22 '26 11:02

Caner