uniapp打包如何取消支持ipad,最开始勾选了ipad,打包也审核过了,后期审核提示在ipad上页面布局不兼容,就想取消掉ipad

*** Error: [ContentDelivery.Uploader.] Asset validation failed (90101) This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html (ID: ) 2024-11-19 10:44:58.072 [ContentDelivery.Uploader.] ============= UPLOAD FAILED with 1 error. ============= 2024-11-19 10:44:58.076 *** Error: Error uploading '/Documents/downZipPath/0ae2535da0164b6eb52134a0770441cb/0ae2535da0164b6eb52134a0770441cb.ipa'. 2024-11-19 10:44:58.076 *** Error: Asset validation failed This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html (ID: ) (90101) { NSLocalizedDeion = "Asset validation failed"; NSLocalizedFailureReason = "This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html (ID: )"; NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 \"Asset validation failed\" UserInfo={status=409, detail=This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html, id=, code=STATE_ERROR.VALIDATION_ERROR.90101, title=Asset validation failed, NSLocalizedFailureReason=This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html, NSLocalizedDeion=Asset validation failed}"; "iris-code" = "STATE_ERROR.VALIDATION_ERROR.90101"; }

***错误:[CntentDelivery.Uplooader.]资产验证失败(90101)此捆绑包不支持以前应用程序版本支持的一个或多个设备。您的应用程序更新必须继续支持以前支持的所有设备。您可以使用Targeted Device Family构建设置在Xcode中声明支持的设备。更多信息请参考QA1623:https://developer.apple.com/library/ios/#qa/qa1623/_index.html(ID:)2024-11-19 10:44:58.072[内容交付。上传者。2024-11-19 10:44:58.076***错误:上传"/文档/downZipPath/0ae2535da0164b6eb52134a0770441cb/0ae2535da 0164b6eb52134a0770441cb.ipa"时出错。2024-11-19 10:44:58.076***错误:资产验证失败此捆绑包不支持以前应用程序版本支持的一个或多个设备。您的应用程序更新必须继续支持以前支持的所有设备。您可以使用Targeted Device Family构建设置在Xcode中声明支持的设备。更多信息请参考QA1623:https://developer.apple.com/library/ios/#qa/qa1623/_index.html(ID:)(90101){NSLocalizedDeion="资产验证失败";NSLocalizedFailureReason="此捆绑包不支持以前应用程序版本支持的一个或多个设备。您的应用程序更新必须继续支持以前支持的所有设备。您可以在Xcode中使用目标设备系列构建设置声明支持的设备。有关其他信息,请参阅QA1623:https://developer.apple.com/library/ios/#qa/qa1623/_index.html(ID:)";NSUnderlyingError="错误域=IrisAPI代码=-19241\\"资产验证失败\\"UserInfo={状态=409,详细信息=此捆绑包不支持以前应用程序版本支持的一个或多个设备。您的应用程序更新必须继续支持以前支持的所有设备。您可以在Xcode中使用目标设备系列构建设置声明支持的设备。有关其他信息,请参阅QA1623:https://developer.apple.com/library/ios/#qa/qa1623/_index.html,id=,代码=状态错误。VALIDAION_ERROR.90101,title=资产验证失败,NSLocalizedFailureReason=此捆绑包不支持以前应用程序版本支持的一个或多个设备。您的应用程序更新必须继续支持以前支持的所有设备。您可以使用Targeted Device Family构建设置在Xcode中声明支持的设备。更多信息请参考QA1623:https://developer.apple.com/library/ios/#qa/qa1623/_index.html,NSLocalizedDeion=资产验证失败}";"虹膜代码"="STATE_ERROR。VALIDATION_ERROR.90101";}

相关推荐
邹荣乐1 小时前
微信小程序动态tabBar实现:基于自定义组件,灵活支持不同用户角色与超过5个tab自由组合
前端·微信小程序·uni-app
Daniel_Coder2 小时前
Xcode 16.4 + iOS 18 系统运行时崩溃:___cxa_current_primary_exception 符号丢失的原因与解决方案
ios·xcode·ios 18·dyld·libc++abi
不吃糖葫芦32 小时前
App使用webview套壳引入h5(三)——解决打包为app后在安卓机可物理返回但是在苹果手机无法测滑返回的问题
uni-app·webview
烈焰晴天4 小时前
使用ReactNative加载Svga动画支持三端【Android/IOS/Harmony】
android·react native·ios
sg_knight5 小时前
Flutter嵌入式开发实战 ——从树莓派到智能家居控制面板,打造工业级交互终端
android·前端·flutter·ios·智能家居·跨平台
半兽先生5 小时前
uniapp微信小程序视频实时流+pc端预览方案
微信小程序·uni-app·音视频
胡斌附体15 小时前
uniapp路由跳转toolbar页面
小程序·uni-app·switch·路由·type·uview-ui
胖虎115 小时前
iOS上传应用包错误问题 “Invalid bundle. The “UIInterfaceOrientationPortrait”“
ios·审核·苹果审核·苹果传包
安和昂16 小时前
【iOS】ARC 与 Autorelease
macos·ios·cocoa
阿諪諪16 小时前
在VSCode中开发一个uni-app项目
ide·vscode·uni-app