简体   繁体   English

Invalid Bundle App Store Connect 验证操作错误 - Xcode 13

[英]Invalid Bundle App Store Connect Operation Error in validation - Xcode 13

I am doing my first validation with React Native 0.68 app/MacOS 10.15 and here is the error thrown out in validation.我正在使用 React Native 0.68 app/MacOS 10.15 进行第一次验证,这是验证中抛出的错误。

App Store Connect Operation Error
Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight' in bundle 'com.mydomain.xyz.app6'.

What is wrong here?这里有什么问题?

iPad Multitasking support requires all the orientations but your app does not, so you need to opt out of it, just add the UIRequiresFullScreen key to your Xcode project’s Info.plist file and apply the Boolean value YES . iPad Multitasking support requires all the orientations but your app does not, so you need to opt out of it, just add the UIRequiresFullScreen key to your Xcode project’s Info.plist file and apply the Boolean value YES .

OR或者

In Xcode, check the "Requires Full Screen" checkbox under General > Targets, as shown below.在 Xcode 中,选中 General > Targets 下的“Requires Full Screen”复选框,如下所示。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 App Store Connect 操作错误:“无效的 AdamId” - App Store Connect Operation Error : “Invalid AdamId” Xcode验证错误:此捆绑包无效 - Xcode Validation Error: this bundle is invalid App Store Connect 操作错误:核心 nfc 框架的权利无效 - App Store Connect Operation Error: Invalid entitlement for core nfc framework Xcode - 错误ITMS-90635 - 捆绑中的Mach-O无效 - 提交到App Store - Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store 应用商店提交错误,无效的捆绑结构 - App store submission error Invalid Bundle Structure 应用商店验证阶段捆绑包标识符错误 - App store validation stage bundle identifier error 如何处理:App Store Connect 操作错误(ERROR ITMS-90744: "Unsupported Xcode or SDK Version.) - How to deal with: App Store Connect Operation Error (ERROR ITMS-90744: "Unsupported Xcode or SDK Version.) App Store Connect验证中的捆绑包标识符“ org.cocoapods.device-id”错误 - Error with bundle identifier “org.cocoapods.device-id” at App Store Connect validation Xcode App Store Connect 操作错误:无法找到或加载主类 12 - Xcode App Store Connect Operation Error: Could not find or load main class 12 如何修复 XCode V 12.0-Compatible 中的 App Store Connect 操作错误 - How to fix App Store Connect Operation Error In XCode V 12.0-Compatible
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM