Create-react-native-app: npm run ios fails because Error: Process exited with non-zero code: 107

Created on 14 Mar 2017  路  9Comments  路  Source: expo/create-react-native-app

Starting packager...
Starting simulator...
Failed to start simulator:

Error: Process exited with non-zero code: 107

Exiting...

docs

Most helpful comment

solved by doing Simulator --> Reset Content and Settings, and then restarting the simulator.

All 9 comments

solved by doing Simulator --> Reset Content and Settings, and then restarting the simulator.

Thanks! Need to add a "troubleshooting iOS simulator" section to the user guide.

2:36:16 PM: Failed to start simulator
Process exited with non-zero code: 194

Same here error 194

If you're on the Xcode 9 beta: Simulator -> Hardware -> Erase all content and settings

Yep - on Xcode 9, in Simulator's action tab, nav to Hardware -> Erase all content and settings.

error's non-zero code: 60.

Instead of Erase all content and settings I just removed expo from the simulator and it built fine. Saves time and doesnt Erase everything on the device

I simply quit simulator and press i after yarn start.

I keep getting this, or some other code. I tried clearing my device content and settings in the simulator and that seemed to help, but other times it didn't. One thing I made sure to change was under debug, make sure you don't have "slow animations" selected. Once I unselected this, I had no troubles. Hopefully this helps others.

Was this page helpful?
0 / 5 - 0 ratings