-
Notifications
You must be signed in to change notification settings - Fork 479
Error: xcrun exited with non-zero code: 115 #4789
Comments
Try change the node version |
Make sure the simulator is opened before starting the development server and if simulator fails to launch, delete and reinstall simulator |
I am having the exact same issue. Using:
I have a development application pre-compiled. When I start this on iOS Simulator, it starts, show a black screen and crashes immediately. |
I figured it out. I had a build made for a physical device, but I needed a special build for the Simulator. I know, rookie mistake, but maybe it could help anyone reading this in the future. 🙂 |
I encountered a similar issue, which seems to be linked to Apple Silicon chips (M*). I'm using the M3 Chip, and resolving this problem involved installing Rosetta. After installing Rosetta, I was able to successfully run the Expo Go app and the Dev build in the simulator. For those facing the same issue, you can install Rosetta using the following command: This resolved the compatibility issue for me. Hopefully, it helps others facing a similar challenge! |
Thank you. To sum it up, used another version of expo app prompted by default starter app. |
This solved my issue 100%. Thank you! |
deleting the emulator and creating again solved for me |
Same for me thought updating to latest node version causes issue, but creating new sim solved |
Summary
I am encountering an issue where I receive the following error message when running yarn start in my Expo project: 'Error: xcrun exited with non-zero code: 115.' This prevents the expo app from opening, on the simulator end, it just closes the expo app as soon as it tries to open it.
Environment
Environment:
xcode version: Version 15.0.1 (15A507)
ios: 17.0
os: 14.1.1 (23B81)
"expo": "~48.0.15",
"expo-application": "~5.1.1",
Please specify your device/emulator/simulator platform, model and version
ios 17.0. Iphone 15 (Simulator on Mac)
Error output
Reproducible demo or steps to reproduce from a blank project
Step to reproduce:
Navigate to my Expo project directory.
Run the command yarn start to start the development server.
Observe the error message, 'Error: xcrun exited with non-zero code: 115.'
The iOS simulator fails to launch, and I cannot proceed with testing my app."
The text was updated successfully, but these errors were encountered: