首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >少了64位的支持。提交到应用程序商店的iOS应用程序必须包括64位支持

少了64位的支持。提交到应用程序商店的iOS应用程序必须包括64位支持
EN

Stack Overflow用户
提问于 2018-07-18 05:28:35
回答 2查看 2.5K关注 0票数 0

完整日志是:

代码语言:javascript
复制
    ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."
ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."

我已经将构建活动架构设置为no。

我的架构是:

代码语言:javascript
复制
architectures : armv7
valid architectures : armv6, armv7, armv7s, arm64

没有连接到Xcode的电话

Xcode版本8.3

我有脸颊上的其他线索,没有人帮助me.so,这可能是一个重复的问题,但它是不同的

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-07-18 05:48:26

我认为四月后提交的AppStore需要Xcode 9和iOS11。

从2018年4月开始,提交到apps的所有新iOS应用程序都必须使用iOS 11 SDK构建。iPhone的所有新应用程序,包括通用应用程序,都必须支持iPhone X的超级Retina显示。

试着用$(ARCHS_STANDARD)的声音来编写,以确保获得所有的体系结构,但我仍然认为它会失败。

票数 2
EN

Stack Overflow用户

发布于 2018-07-18 05:47:19

通过App更新Xcode,Xcode 9.x是最新版本。然后将您的代码更新到Swift的新版本,并再次提交。希望这能帮上忙!-科林

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51394175

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档