如何在xcode 6中构建32位和64位的单二进制文件

如何在xcode 6中构建32位和64位的单二进制文件,第1张

概述我已经遵循 this堆栈溢出解决方案,但即使我得到低于警告. Missing 64 bit support.Starting February 1, 2015, new iOS apps uploaded to the App Storemust include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 我已经遵循 this堆栈溢出解决方案,但即使我得到低于警告.
Missing 64 bit support.Starting February 1,2015,new iOS apps uploaded to the App Storemust 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).

虽然我得到了警告.请帮帮我.谢谢.

解决方法 有同样的问题.看起来将’arm64’添加到ValID Architectures(也在构建设置下)解决了它. 总结

以上是内存溢出为你收集整理的如何在xcode 6中构建32位和64位的单二进制文件全部内容,希望文章能够帮你解决如何在xcode 6中构建32位和64位的单二进制文件所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1100548.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-28
下一篇2022-05-28

发表评论

登录后才能评论

评论列表(0条)

    保存