简体   繁体   English

32位应用程序可以在64位iPhone 5S上运行吗?

[英]Could the app that's 32 bit run on 64 bit, iPhone 5S?

If doing this, $(ARCHS_STANDARD_32_BIT) , like answers here suggested, Arm64 architecture in xcode 5.1 如果这样做, $(ARCHS_STANDARD_32_BIT)就像这里建议的答案一样,xcode 5.1中的Arm64体系结构

Will these 32 bit app be compatible with 64 bit and run well on iPhone 5S or even later? 这些32位应用程序是否可以与64位兼容并在iPhone 5S甚至更高版本上运行良好?

Yes they will run on an iPhone 5S. 是的,它们将在iPhone 5S上运行。 The iPhone 5S will load the 32-bit framework into shared memory on the device, and run the app using that. iPhone 5S将32位框架加载到设备上的共享内存中,然后使用该内存运行应用程序。

But it is worth while supporting both 32-bit and 64-bit architectures to reduce the memory usage your app consumes on a 64-bit device - even if you're not using any 64-bit specific features. 但是,同时支持32位和64位体系结构以减少应用程序在64位设备上消耗的内存使用量是值得的-即使您没有使用任何64位特定功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM