[IOS Standalone] SDK 30 there was a problem loading the requested app
See original GitHub issueA brand new expo apps does not work after detached
os: iOS, SDK version: 30, cli version: 2.0.0 connected to same network
procedure:
- create new app with
expo init
- run
yarn install
- try to run on simulator before detach with
expo start
, (WORKS) - detach app with ExpoKit by running
expo eject
, chooseExpoKit
pod install
at ./ios- open ./ios with xcode and run build, app installed on device
- launch app and splash screen appear
- error pop-up with there was a problem loading the requested app

Please help, thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:10
- Comments:7 (1 by maintainers)
Top Results From Across the Web
There was problem loading requested app.it looks like you ...
I am using PC, compile my project through expo and testing on Iphone. This worked for me. yarn ios. When i used yarn...
Read more >There Was Problem Loading Requested App.It Looks Like ...
The issue is to do with the app that is on the iOS simulator / device is out of date and is not...
Read more >iOS : There was problem loading requested app.it looks like ...
iOS : There was problem loading requested app. it looks like you may be using LAN URL [ Beautify Your Computer ...
Read more >Gatekeeper | Apple Developer Forums
See Resolving Gatekeeper Problems Caused by Dangling Load Command Paths for the details. ... Is there a way to request App Management permission...
Read more >Firebase Apple SDK Release Notes - Google
Attempted to fix an issue where app start trace durations are not reliable on iOS 15. App start measurements are now made only...
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 Free
Top 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
it’s working now for me. When I executed this command —>
expo start --no-dev --minify
some files has changed and this process added the url of expo dev in my code of iOS. and then It’s working with only executingexpo start
expo start
run expo start without problems and run app the app from XcodeI have the same issue with SDK 31 and ExpoKit 2.9.0 ,Any solution to this problem?