64-bit and iOS 8 Requirements for New Apps

iOS提交时出现这个错误的解决办法.

This bundle is invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information about 64-bit support for iOS is available at “64-Bit Transition Guide for Cocoa Touch” at developer.apple.com

targets->Builtd Setting->Architectures->Valid Architectures 中去掉 arm64.

之后重新打包.


October 20, 2014
Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。