iOS 14.0.1 LaunchScreen black when start app

After upgrade iPad to iOS 14.0.1,App can not display launch image correctly, but online app in App Store works well on device which version is before iOS 14;

I use demo to reproduce it; step as below:

  1. create new project

  2. set full screen UIImageView on LaunchScreen.storyboard

  3. add 2732 * 2732 png image to imageView

  4. run on simulator or my iPad device


Result:
Can not display launch Image correctly


What I am try?
  1. change image location,no matter on Root or images,it does not work

  2. chang image size for (2400 * 2400), sometimes it works well and other times, it fails again;

  3. change image format like jpg, it fails sometime




你好,我也是在ios14出现了黑屏,发现是Scene delegate没有删除干净,在info里面的配置删了一半。删完就可以了。
iOS 14.0.1 LaunchScreen black when start app
 
 
Q