Detached app is unable to load the app

Hi all :wave:

We have this issue with an ejected app:

We’re using these deps:

"expo": "^31.0.5",
"expokit": "^31.0.2",

and globally I have β”œβ”€β”€ expo-cli@2.4.0.

Our start script is "start": "expo start --clear",.

Do you know what the issue is and how we can fix that?

Hey @socialmediaemotions,

The problem is in the error message. You need to update the version of the Expo Client that is installed on the simulator. If you uninstall it and then run expo start --ios -c it will install the newest version of the client and you should be good to go! Sometimes simulators can be finicky, so if you run into issues you may want to take a look at this section of our docs: https://docs.expo.io/versions/v31.0.0/introduction/installation#ios-simulator

Cheers,

Adam

Hi Adam,

Thank you for your answer.

We have an ejected Expo app and we used to run it through XCode. After upgrading to Expo 31 that does not work anymore. Fortunately it still works on Android for which we start the native application with pushd android && ./gradlew installDevMinSdkDevKernelDebug; popd.

Any idea?

What happens when you attempt to run it through Xcode?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.