https://www.youtube.com/watch?v=PO4UBVURX7M
I've been getting rejected for several weeks, but I'll try to solve the problem through search or kindly provide guidance.
The problem of claiming that the splash screen is frozen is frustrating because it cannot be reproduced.
I also took a video and delivered it, and I'm really trying my best, but I don't know how.
If you are developing in Flutter and receive feedback that it is stuck on the splash screen, can you get help on how to resolve it?
What I found out through searching is to build it in the shell as follows:
sudo rm -rf $HOME/Library/Developer/Xcode/DerivedData/* && cd ~/Projects/myproject && flutter clean && flutter pub get && cd ios && rm -rf Podfile.lock Pods && pod install && cd .. && flutter build ios --release
and xcode -> archive -> apple upload.
Even if I upload like this, there is a splash problem sometimes and I don't know what to do.