码迷,mamicode.com
首页 > 移动开发 > 详细

64-bit and iOS 8 Requirements for New Apps

时间:2014-12-06 15:32:55      阅读:194      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!