question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

trying to run the app after ejecting "expokit" and getting this error Error running `xcrun simctl openurl booted expc...?

See original GitHub issue

Description

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:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
MEOWMEOW114commented, Nov 2, 2017

I have the same issue and got the same error messages. It could start the iOS simulator yet it cannot install/start any app.

0reactions
idecommented, Feb 5, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found