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
Post a Comment