完整日志是:
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。
我的架构是:
architectures : armv7
valid architectures : armv6, armv7, armv7s, arm64没有连接到Xcode的电话
Xcode版本8.3
我有脸颊上的其他线索,没有人帮助me.so,这可能是一个重复的问题,但它是不同的
发布于 2018-07-18 05:48:26
我认为四月后提交的AppStore需要Xcode 9和iOS11。
从2018年4月开始,提交到apps的所有新iOS应用程序都必须使用iOS 11 SDK构建。iPhone的所有新应用程序,包括通用应用程序,都必须支持iPhone X的超级Retina显示。
试着用$(ARCHS_STANDARD)的声音来编写,以确保获得所有的体系结构,但我仍然认为它会失败。
发布于 2018-07-18 05:47:19
通过App更新Xcode,Xcode 9.x是最新版本。然后将您的代码更新到Swift的新版本,并再次提交。希望这能帮上忙!-科林
https://stackoverflow.com/questions/51394175
复制相似问题