【问题标题】:How to build single binary with 32 bit & 64 bit in xcode 6如何在 xcode 6 中构建 32 位和 64 位的单个二进制文件
【发布时间】:2015-01-08 00:18:41
【问题描述】:

我已关注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). 

尽管我得到了警告。请帮帮我。在此先感谢。

【问题讨论】:

    标签: build app-store xcode6 itunes archive


    【解决方案1】:

    有同样的问题。似乎将“arm64”添加到有效架构(也在构建设置下)解决了它。

    【讨论】:

    • 这个答案很可笑——怎么会有人知道!? ——而且完全正确。谢谢。
    • 确保您输入的是 arm64,而不是 armv64...doh!
    【解决方案2】:
    猜你喜欢
    • 2021-11-18
    • 2011-01-24
    • 2013-12-20
    • 2014-04-22
    • 2017-09-24
    • 2011-09-08
    • 1970-01-01
    • 2012-04-12
    • 1970-01-01
    相关资源
    最近更新 更多