iOS Crash 'Expo encountered a fatal error: no connection to the server'

When I’m building my app locally for iOS and try to open it, it crashes almost directly after opening. In the console.app the following message appeared: ‘ExpoFatalError’, reason: ‘Expo encountered a fatal error: no connection to the server’.

This is what I use:
turtle build:ios --release-channel prod --allow-non-https-public-url --public-url http://localhost:8000/ios-index.json --team-id xxx --dist-p12-path xxx.p12 --provisioning-profile-path xxx.mobileprovision

It works fine if I build with turtle for Android, and even the iOS Simulators and an ejected app do work fine.

I cannot find any other problems with this error, so I hope someone could help me further.

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