Error:ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations:
分类:
文章
•
2024-09-27 17:41:16
打包上传时报错:
ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’.
Found ‘UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’ in bundle ‘com.martiancraft.columbus’.”
ERROR ITMS-90475: “Invalid Bundle. iPad Multitasking support requires launch story board in bundle ‘com.martiancraft.columbus’.”
这是由于提交app适配ipad的分屏导致的,解法是在targets---general---Deployment Info---requiresfullscreen选中即可, 如下图:
