App Store Connect: Invalid Bundle - iOS 14.0

I am trying to upload a new version of my app made for iOS 14 that does not include a launch screen storyboard.

I have replaced it with using the plist key Launch Screen which is supposedly supported for apps that want to use SwiftUI exclusively.

Code Block
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
<string></string>
</dict>

I left out a value for color because the documentation says it defaults to systemBackgound, which is what I want.

But I am still getting the following error:

Invalid Bundle. Your app supports Multitasking on iPad, so you must include the UILaunchStoryboardName key in your bundle

Has anyone had any luck getting this to work?
I had the same problem. So just added an empty Storyboard for the launch screen as workaround until it's fixed.
Same issue here. However adding a Storyboard resulted in an error saying that I need to bundle it with my app. I triple checked and the file is getting bundled however the error persists after various retries.

A bit stuck with this so I had to disable multitasking on iPad for now :(
I've seen this after I upload the wrong build, like an unsigned debug build...
App Store Connect: Invalid Bundle - iOS 14.0
 
 
Q