缺少 64 位支持。 iOS 提交到 App Store 的应用必须包含 64 位支持
Missing 64-bit support. iOS apps submitted to the App Store must include 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."
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."
我已将构建活动架构设置为否
我的架构是:
architectures : armv7
valid architectures : armv6, armv7, armv7s, arm64
没有 phone 连接到 Xcode
Xcode 版本 8.3
我在这里讨论其他话题 none 其中有帮助 me.so 这可能是重复的问题,但它是不同的
通过 App Store 更新您的 Xcode,Xcode 9.x 是最新版本。然后更新你的代码到Swift的新版本,然后再次提交。希望这可以帮助! - 科林
我认为 4 月之后的 AppStore 提交需要 Xcode 9 和 iOS11。
Starting April 2018, all new iOS apps submitted to the App Store must
be built with the iOS 11 SDK. All new apps for iPhone, including
universal apps, must support the Super Retina display of iPhone X.
尝试用Build Settings Architecture $(ARCHS_STANDARD)
的声音来写,一定要把所有的架构都挑出来,但我还是觉得会失败。
完整日志是:
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."
我已将构建活动架构设置为否
我的架构是:
architectures : armv7
valid architectures : armv6, armv7, armv7s, arm64
没有 phone 连接到 Xcode
Xcode 版本 8.3
我在这里讨论其他话题 none 其中有帮助 me.so 这可能是重复的问题,但它是不同的
通过 App Store 更新您的 Xcode,Xcode 9.x 是最新版本。然后更新你的代码到Swift的新版本,然后再次提交。希望这可以帮助! - 科林
我认为 4 月之后的 AppStore 提交需要 Xcode 9 和 iOS11。
Starting April 2018, all new iOS apps submitted to the App Store must be built with the iOS 11 SDK. All new apps for iPhone, including universal apps, must support the Super Retina display of iPhone X.
尝试用Build Settings Architecture $(ARCHS_STANDARD)
的声音来写,一定要把所有的架构都挑出来,但我还是觉得会失败。