Why does the iOS simulator not load my app?

58 Views Asked by At

When I load Expo using sudo npx expo start in Terminal, and then type i, the iOS simulator loads the iPhone home screen but the app isn't loaded. This happens with all of my apps.

If I type r to reload the app, I get the warning:

No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.

The QR code works fine on my actual iPhone device. It's just the iOS simulator that's not loading my app.

Environment: OS: Mac OS Sonoma, Node v20.11.0, Expo: 60.0.3

0

There are 0 best solutions below