iOS中脂肪的二进制文件 [英] Fat binaries in iOS

查看:209
本文介绍了iOS中脂肪的二进制文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能尚未建立32位和64位的脂肪的二进制文件为iOS?我的理解是,这是未来的路线,但我不能看到一个明显的方式做到这一点,在最新更新至X code?

Is it possible yet to build 32bit and 64bit 'fat' binaries for iOS? My understanding was that this was coming down the line but I can't see an obvious way to do it in the latest update to Xcode?

我想我的应用程序在5S 64位模式和32位5运行及以下(明显),

I want my application to run in 64bit mode on 5S and 32bit on 5 and below (obviously),

我看过的文档:

应用程序现在可以瞄准的iOS 5.1.1及更高版本,在使用标准体系结构(包括64位)建设环境建设为64位。这将产生一个昔日的App Store中包含32位和64位组件单个二进制。在开发和测试,你必须瞄准在iOS 5.1.1设备(这是默认的X code)在建立仅32位。

不过这是不明确有关,如果有可能与iOS 7的目标部署建设一个32位和64位二进制脂肪 谢谢你。

However this is not clear regarding if it's possible to build a 32 and 64bit fat binary with a target deployment of iOS 7 Thanks.

推荐答案

是的,这是可能的。请确保您关闭构建主动架构只有之首。在X code 5这样做,并使用标准结构将产生与ARMv7的和armv7s code二进制,因此加入64位支持,也应该这样做。

Yes, it's possible. Make sure that you turn off "Build for Active Architecture Only" first. Doing this in XCode 5 and using Standard Architecture will produce a binary with armv7 and armv7s code, so adding 64bit support should do the same.

如果您有任何第三方库,一定要检查是否支持新设备的更新。

If you have any third party libraries, be sure to check for updates that support the new devices.

这篇关于iOS中脂肪的二进制文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆