64-bit and iOS 8 Requirements for New Apps
新提交的iOS8 App,64位成为必选项, 2015年2月1号生效
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.
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位支持
从2015年2月1日起,所有上传至App Store的新iOS应用必须包含64位支持,并使用iOS8 SDK构建。建议在Xcode中启用默认的‘标准架构’设置,以生成同时包含32位和64位代码的单一二进制文件。

2516

被折叠的 条评论
为什么被折叠?



