-1

I work on Xcode 12.1 with SwiftUI

When I send my App (archive) the following error occurs:

ERROR ITMS-90476: "Invalid Bundle. Your app supports Multitasking on iPad, so you must include the launch storyboard file, '...', in your bundle, '...'. Learn more ( https://developer.apple.com/documentation/uikit/uitraitcollection )."

How can I fix this? I want iPhone and iPad support.

lula08
  • 195
  • 2
  • 11
  • 1
    Does this answer your question? [Invalid Bundle Error - "requires launch storyboard"](https://stackoverflow.com/questions/32557783/invalid-bundle-error-requires-launch-storyboard) – lorem ipsum Oct 29 '20 at 18:26
  • Is there a way to handle this with multitasking? – lula08 Oct 29 '20 at 21:40

1 Answers1

1

Apple has a “Adapt multitasking enhancements on iPad” guide

https://developer.apple.com/library/archive/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/QuickStartForSlideOverAndSplitView.html

Also, I’m pretty sure there are some WWDC videos and some sample code.

https://developer.apple.com/documentation/uikit/uiscenedelegate/supporting_multiple_windows_on_ipad

lorem ipsum
  • 21,175
  • 5
  • 24
  • 48