iOS build upload failed error Invalid bundle

 Problem:

Invalid bundle. Apps that support Multitasking on iPad must provide the app’s launch screen using an Xcode storyboard, or using UILaunchScreen if the app’s MinimumOSVersion is 14 or higher. Verify that the UILaunchStoryboardName key is included in your com.myapp.name bundle if you’re using a storyboard.

Solution:

Select the target and goto general -> select above main interface iphone and ipad shown
select the ipad and check the require full screen option..After that clean the derived data and upload it.It will works

Comments

Popular posts from this blog

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift