简体   繁体   English

最低OS版本不匹配

[英]Minimum OS Version Mismatch

I am trying to set iOS 8.1 as minimum deployment target in XCode 6.1 but on submission to itunes connect i get "Invalid Binary" error. 我正在尝试将iOS 8.1设置为XCode 6.1中的最低部署目标,但是在提交到iTunes连接时出现“无效二进制”错误。

Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('8.0') for architecture ('armv7') differs from the MinimumOSVersion ('8.1') in the Info.plist. 最低OS版本不匹配-架构('armv7')的二进制文件('8.0')中的最低OS版本(LC_VERSION_MIN_IPHONEOS)与Info.plist中的MinimumOSVersion('8.1')不同。

Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('8.0') for architecture ('arm64') differs from the MinimumOSVersion ('8.1') in the Info.plist. 最低OS版本不匹配-架构('arm64')的二进制文件('8.0')中的最低OS版本(LC_VERSION_MIN_IPHONEOS)与Info.plist中的MinimumOSVersion('8.1')不同。

Any idea how to resolve this? 任何想法如何解决这个问题?

You need to set the deployment target both in your Info.plist and in your build settings ( IPHONEOS_DEPLOYMENT_TARGET , also named iOS Deployment Target) . 您需要在Info.plist和构建设置( IPHONEOS_DEPLOYMENT_TARGET ,也称为iOS部署目标)中都设置部署目标。 Look at your build log and check that the -miphoneos-version-min flag is set correctly. 查看您的构建日志,并检查-miphoneos-version-min标志是否设置正确。

暂无
暂无

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

相关问题 最低操作系统版本不正确 - Minimum OS version incorrect 为主要OS版本设置最低OS版本,同时也允许以前的OS版本? - Set minimum OS version for a major OS version while allowing versions of a previous OS as well? iOS通用应用程序:最低操作系统版本与部署目标不同 - iOS Universal Application: the Minimum OS Version is Different than the Deployment Target 错误ITMS-90068:“此捆绑包是无效的。最低操作系统版本8.3 - ERROR ITMS-90068: "This bundle is invalid .. minimum OS version 8.3 无需 XCode,iOS 8+ 即可更改 IPA 的最低操作系统版本 - Alter Minimum OS Version of IPA without XCode, iOS 8+ App Store 中新应用的最低操作系统版本和 Swift 语言版本是多少? - What is the minimum OS version and swift language version to be used for new apps in App Store? 无效的捆绑。 捆绑 xxx 不支持最低操作系统版本 (2020) - Invalid Bundle. The bundle xxx does not support the minimum OS version (2020) Adobe Air iOS无效捆绑包该捆绑包不支持info.plist中指定的最低版本操作系统 - Adobe Air iOS Invalid Bundle The bundle does not support the minimum version os specified in info.plist 捆绑包App.app不支持Info.plist中指定的最低操作系统版本 - The bundle App.app does not support the minimum OS version specified in the Info.plist Trigger.io App无法通过Application Loader验证,不符合最低操作系统版本,并且无法验证图标文件 - Trigger.io App fails Application Loader verification, not respecting minimum os version and cannot verify icon file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM