trying to run the app after ejecting "expokit" and getting this error Error running `xcrun simctl openurl booted expc...?
See original GitHub issueDescription
After ejecting to expokit I can’t run exp ios
to run app on simulator but I get the following error
[exp] Making sure project is set up correctly...
/[exp] Warning: You are using npm version 5.3.0. There may be bugs in this version, use it at your own risk. We recommend version 4.6.1.
-[exp] Warning: Expo version in package.json does not match sdkVersion in manifest.
[exp]
[exp] If there is an issue running your project, please run `npm install` in /Users/aeid/developer/Billbored-Real-Frontend and restart.
[exp] Your project looks good!
[exp] Opening expc0af421430f54d00aad2c2f7aa438003://localhost:80 in iOS simulator
[exp] Error running `xcrun simctl openurl booted expc0af421430f54d00aad2c2f7aa438003://localhost:80`: An error was encountered processing the command (domain=NSOSStatusErrorDomain, code=-10814):
The operation couldn’t be completed. (OSStatus error -10814.)
[exp] Error running app. Have you installed the app already using Xcode? Since you are detached you must build manually. Error: Process exited with non-zero code: 194
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
trying to run the app after ejecting "expokit" and getting this ...
Description After ejecting to expokit I can't run exp ios to run app on ... this error Error running `xcrun simctl openurl booted...
Read more >expo error installing or running app - react native
This usually is an error with the Simulator. If you remove expo (delete the app) from the simulator and run the command again, ......
Read more >simctl not working in Xcode 7.0 an… | Apple Developer Forums
In Xcode 7.0, I have not been able to install or uninstall apps with simctl. And there is a typo in the simctl...
Read more >Cannot run ios after ejecting a bare expo project
Hi,. I created a bare expo project and ejected immediately after that. Then I run npm run ios but I get this error...
Read more >unable to run simctl: error: xcrun exited with non-zero code: 69
expo /create-react-native-apptrying to run the app after ejecting "expokit" and getting this error Error running `xcrun simctl openurl booted expc...?#428.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue and got the same error messages. It could start the iOS simulator yet it cannot install/start any app.
XDE is responsible just for invoking the React Native JS packager and sending the JS to your simulator or device. When you eject, you are responsible for everything else, such as building the iOS app with Xcode and installing it in the simulator.
Looking online, OSStatus error -10814 means
kLSApplicationNotFoundErr
. This hints that the target app is not installed on the simulator and you need to build it from Xcode. (The fix in the comment right above this one corroborates that.)Docs for Developing with ExpoKit: https://docs.expo.io/versions/latest/guides/expokit.html#3-ios-configure-build-and-run