标签:style io ar color os sp for on 2014
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.
64-bit and iOS 8 Requirements for New Apps
标签:style io ar color os sp for on 2014
原文地址:http://my.oschina.net/u/615517/blog/353084