I am trying to run a React-Native project on the xCode iOS Simulator using Expo, and I get the following errors:
There was a problem booting a device in iOS Simulator. Quit Simulator, and try again.
Error installing or running app. Error: No iPhone devices available in Simulator.
If I quit the simulator and try again I get these errors:
iOS Simulator device failed to boot. Try opening Simulator first, then running your app.
Error installing or running app. Error: Timed out waiting for iOS Simulator device to boot.
I have tried checking there are devices under the hardware tab of the Simulator.
Any advice?
expo start
? – Michael