ios9 提交ipad出现bundle错误的解决方案

来源:互联网 发布:网络平台投稿 编辑:程序博客网 时间:2024/06/06 01:50

提交完毕弹出错误

如下两句:

ERROR ITMS-90475: “Invalid Bundle. iPad Multitasking support requires launch story board in bundle ‘xxxx’.”
ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationPortrait’ in bundle ‘xxxx’.”

解决方法1:

移除app对iPad Multitasking的支持, 这样做 app不支持多任务, 会完全呈现成全屏
这里写图片描述

解决方法2:

配iPad Multitasking,下面是参考资料

Mysteries of Auto Layout, Part 1

What’s New in Storyboards

Implementing UI Designs in Interface Builder

Getting Started with Multitasking on iPad in iOS 9

Optimizing Your App for Multitasking on iPad in iOS

原帖:
ios9兼容系列之解决iPad提交报错“iPad Multitasking support requires launch story board in bundle ‘”

iOS9.0上传出现ERROR ITMS-90475

0 0
原创粉丝点击