When I built my iOS app, it opened perfectly in the simulator on my Macbook. When I publish the app on the itunes store, the app does not work anymore. The splashscreen is shown, but stays on the screen.
Solution for me:
updated my iOS toolchain with flutter doctor
flutter clean
flutter build ios --release
in the terminal
Archive in Xcode