Hi,
Maybe cause I work on the Xcode 12.0 beta 3.
When i send my application (archive) I have this error :
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 )."
The big mystery is : Why Xcode ask storyboard with lonely swiftUI conception.
What's wrong ? And how can I fix it ?
Thank you everybody
Maybe cause I work on the Xcode 12.0 beta 3.
When i send my application (archive) I have this error :
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 )."
The big mystery is : Why Xcode ask storyboard with lonely swiftUI conception.
What's wrong ? And how can I fix it ?
Thank you everybody
Not a mystery, not even a small one....launchStoryboard is a formal structural requirement for iOS as far as the store is concerned. Fix is to use one.big mystery is
That said, the wonks that attempt niblessness seem to eventually face facts and include one if for no other reason than to help the app lay out properly when displayed.
h ttps://arunpatwardhan.com/2019/07/28/creating-ios-apps-without-storyboard-part-1/
And just for the record, because sometimes errors when uploading are misleading, if you are trying to submit an app for distribution via the App Store, keep in mind that devs are obligated to -not- use beta tools, OSs, etc.
Good luck.
Ken