expo: Detached app doesn't run via Xcode
I am currently developing an App using ExpoKit (SDK 29). It compiles successfully via Xcode, but when I try to run it on a simulator (via Xcode) the following error message occurs:

It appears very weird to me, because I am not using the Expo Client App at all, so I can’t update it. I also tried installing the app on a real device, but the same error occurred. I am correctly serving the app via expo start
(version 2.2.0 of the expo-cli):

About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 19 (5 by maintainers)
@tsapeta I tried running the app on my physical device another time and got the same error message. But in the CLI window I could see console logs from my device (see below), that are printed by the app’s start screen for debugging. So in the background the CLI in fact connects with my phone, which shows an error message anyway.
I’ve already updated the CLI to the latest version and clearing the cache doesn’t help either
@tsapeta Now, I tried another time and got another error:
I’m in fact serving my project via
expo start
correctly…same goes here…
@tsapeta Do you have any idea to solve this? This issue inhibits me to work at my project…