Hi, I'm trying to fix the splash screen of my application. When I updated to xcode 12 and ios 14, every-time I load my screen it's black and doesn't show my splash screen. However, if I downgrade to xcode 11.7 or ios 13.7 it is completely fine. Is this a bug in the newest update? Is there a workaround? Thanks!
Splash Screen
I have tested an app in Xcode 12.2. and iOS 14.2 simulator. The launch screen (I assume that's what you mean by splash screen) works OK.
A few points to check:
A few points to check:
Have you a launch.storyboard ?
If you have an image, it should be png and not too heavy. What weight is it ?
Do you have a sceneDelegate ?