我可以部署到 Lion 64 位和 Snow Leopard 32 位吗?
我正在使用 Lion 和 Xcode 4.2 在 64 位计算机上开发应用程序。我没有对 64 位环境或 lion 做任何特别的事情,并且希望这个应用程序在 32 位 Snow Leopard 机器上运行。我可以这样做吗?如果是这样,我在构建设置中具体设置了什么?
我查遍了互联网,找不到一个简单的“是的,这就是如何......”或“不,这是不可能的”
谢谢
I'm developing an app on a 64-bit machine with Lion and Xcode 4.2. I'm not doing anything special with the 64bit environment or lion specifically and would like this app to run on 32bit Snow Leopard machines. Can I do this? If so, what specifically do I set in the build settings?
I've looked all over the internet and cannot find a simple "yes, here's how..." or a "no, it isn't possible"
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于上述情况的简单回答:否,
因为该程序使用 ARC,并且仅限于 64 位版本。
The simple answer to the situation above: NO
Because the program was using ARC and that is limited to 64 bit releases only.