简体   繁体   English

无效的捆绑。 捆绑 xxx 不支持最低操作系统版本 (2020)

[英]Invalid Bundle. The bundle xxx does not support the minimum OS version (2020)

I'm using Visual Studio for Mac.我正在使用 Visual Studio for Mac。 I have set the deployment target to version 10. and receive the error while trying to sign and distribute the archive to App Store.我已将部署目标设置为版本 10。并在尝试签署存档并将其分发到 App Store 时收到错误。 Or I should set the deployment target higher than 10?或者我应该将部署目标设置为高于 10? How to set the minimum supported OS version in the bundle?如何设置捆绑包中支持的最低操作系统版本?

I know that this question had been asked and I have read them and tried the solutions, but those questions' answers were for older version of system.我知道有人问过这个问题,我已经阅读了它们并尝试了解决方案,但这些问题的答案适用于旧版本的系统。 Things changed throughout the years, I find that the old answers are no more applicable.这些年来事情发生了变化,我发现旧的答案不再适用。

Note: I'm using the latest version of MacOs, XCode, Xamarin and Visual Studio注意:我使用的是最新版本的 MacOs、XCode、Xamarin 和 Visual Studio

错误截图

信息.plist

Ok guys.好,朋友们。 I get a hint from a programmer saying that I might have included a component or feature that is not supported in the old version of iOS.我从一位程序员那里得到提示,说我可能包含了旧版 iOS 不支持的组件或功能。 I'm unable to identify which component or feature within my project.我无法确定项目中的哪个组件或功能。 Therefore, I rebuild the whole project from scratch and carefully select the components and features and ... success.因此,我从头开始重建整个项目,并仔细选择组件和功能,然后……成功。 It gets uploaded successfully to appstore.它已成功上传到应用商店。 And the minimum deployment target iOS is set to 10.并且最小部署目标 iOS 设置为 10。

Until now, I still have no idea which component or feature from the previous build raised the conflict of minimum iOS version.直到现在,我仍然不知道之前构建中的哪个组件或功能引发了最低 iOS 版本的冲突。

Nonetheless, thanks for your time guys.尽管如此,感谢您的时间。

暂无
暂无

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

相关问题 错误 ITMS-90208:“无效的捆绑包。捆绑包<your.app>不支持 Info.plist 中指定的最低操作系统版本” - ERROR ITMS-90208: "Invalid Bundle. The bundle <your.app> does not support the minimum OS Version specified in the Info.plist" Adobe Air iOS无效捆绑包该捆绑包不支持info.plist中指定的最低版本操作系统 - Adobe Air iOS Invalid Bundle The bundle does not support the minimum version os specified in info.plist 无效的捆绑。 “.app”中的包不包含包可执行文件 - Invalid Bundle. The bundle at '.app' does not contain a bundle executable 捆绑包App.app不支持Info.plist中指定的最低操作系统版本 - The bundle App.app does not support the minimum OS version specified in the Info.plist 错误ITMS-90068:“此捆绑包是无效的。最低操作系统版本8.3 - ERROR ITMS-90068: "This bundle is invalid .. minimum OS version 8.3 无效的捆绑包。 iPad Mutlitasking支持需要捆绑发布故事板 - Invalid Bundle. iPad Mutlitasking support requires launch story board in bundle ITMS-90682:“无效的捆绑包。 - ITMS-90682: "Invalid Bundle. 验证错误:无效的捆绑包。 ... 处的捆绑包包含不允许的文件“框架” - Validation Error: Invalid Bundle. The bundle at ... contains disallowed file 'Frameworks' 缺少64位支持,无效的捆绑包。 提交应用程序时出错 - Missing 64bit Support, Invalid Bundle. Errors when submitting app 错误 ITMS-90474:“捆绑包无效。iPad 多任务支持需要以下方向: - ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM