Flutter app opens, but is stuck on splash-screen
I fix this by remove project_root/ios/Pods/
& project_root/ios/Podfile.lock
and run pod install
again after flutter clean
& flutter build ios --release
Solution for me:
1) updated my iOS toolchain with flutter doctor
2) flutter clean
3) flutter build ios --release
in the terminal
4) Archive in Xcode