如何使用32位和2位构建单个二进制文件xcode 6中的64位

时间:2014-11-11 12:36:03

标签: build app-store xcode6 itunes archive

我已经遵循了this堆栈溢出解决方案,但即使我收到了警告。

Missing 64 bit support.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.

我选择了

 Project - Target - Build settings - Architectures - Standard Architectures(armv7,arm64). 

尽管我正在接受警告。请帮帮我。谢谢。

2 个答案:

答案 0 :(得分:7)

有同样的问题。看起来将'arm64'添加到Valid Architectures(也在构建设置下)解决了它。

答案 1 :(得分:-2)