在使用Xcode7 上传AppStore时候发现ERROR ITMS-90474错误。报错描述如下:
ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight
大概意思是说无效的包,ipad支持多方向的旋转等。因为ios9 iPad 的分屏适配所致。解决方法移除app对iPad Multitasking的支持,具体做法如下图
时间: 2024-10-14 08:44:50