简体   繁体   English

MinimumOSVersion不可接受

[英]MinimumOSVersion is not acceptable

I have updated xcode to version 6.3 and converted my swift code to version 1.2. 我已经将xcode更新为6.3版,并将我的快速代码转换为1.2版。

I'm ready to publish an update on AppStore but it give me an error when uploading my archive: 我已经准备好在AppStore上发布更新,但是在上传档案时出现错误:

ERROR ITMS-90068: "This bundle is invalid. The value provided for the key MinimumOSVersion '8.3' is not acceptable." 错误ITMS-90068:“此捆绑包无效。为键MinimumOSVersion'8.3'提供的值是不可接受的。”

The problem is that I have no other SDK version available on xcode. 问题是我在xcode上没有其他可用的SDK版本。 In my build settings tab only iOS 8.3 is available. 在我的构建设置标签中,只有iOS 8.3可用。

Any idea? 任何想法?

正如Mustafa Ibrahim所说,有必要将“部署目标”从“常规”选项卡从8.3更改为8.0,它可以工作!

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

相关问题 错误MinimumOSVersion,无效的段对齐 - error MinimumOSVersion, Invalid segment Alignment “ \\ u {}”的Unicode和可接受的参数 - Unicode and Acceptable Arguments for “\u{}” 在更新委托中创建 SKShapeNode 是否可以接受? - Is it acceptable to create an SKShapeNode in update delegate? 是否可以接受位置授权回调? - Is this acceptable use of location authorization callback? CloudKit-CKRecord.ID可接受的recordName吗? - CloudKit - CKRecord.ID acceptable recordName? 将字符替换为url可接受的格式[iOS / SWIFT] - Replace characters to url acceptable format [iOS/SWIFT] 什么是可接受的应用程序提交的快速版本? - What's the acceptable swift version for app submission? nsspeechsynthesizer的voiceName属性可接受的字符串是什么,以便更改声音? - What are the acceptable strings for nsspeechsynthesizer's voiceName property in order to change the voice? iOS上的React Native返回HTTP 406不可接受的错误消息 - React Native on iOS returns HTTP 406 Not Acceptable error message 在一个.swift文件中创建多个类是可以接受的,还是应该为每个类创建一个单独的.swift文件? - Is it acceptable to create multiple classes in one .swift file, or should I create a separate .swift file for each class?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM