简体   繁体   English

使应用程序与32位iOS设备兼容,现在仅适用于64位设备

[英]Make the app compatible with 32bit iOS devices, now only works for with 64bit devices

I just released a new version of my app and noticed that it says it's only compatible with iPhone 5s and later on the App Store, all of which run on 64bit processor. 我刚刚发布了我的应用程序的新版本,并注意到它说它仅与iPhone 5s和更高版本的App Store兼容,所有这些都运行在64位处理器上。 so my users with iPhone 5, 4s, and 4 won't be able to update the app. 因此我使用iPhone 5、4s和4的用户将无法更新该应用。

I don't know if I changed anything unintentionally that has caused this, but I do want the users with 32bit architecture to be able to download the app. 我不知道是否无意中更改了导致此问题的任何内容,但我确实希望32位体系结构的用户能够下载该应用程序。

as the picture below shows in my architectures I have armv7 and armv7s to support iPhone 4 and 5, so I don't know how to fix this issue. 如下图所示,在我的体系结构中,我有armv7和armv7s支持iPhone 4和5,所以我不知道如何解决此问题。

在此处输入图片说明

on my info.plist I have, 在我的info.plist上,

在此处输入图片说明 I greatly appreciate your help. 非常感谢您的帮助。

Thanks! 谢谢!

Finally i found two links for your requirements 最后,我找到了两个符合您要求的链接

64 bit details 64位详情

And check your minimum deployment target ,if its sets to 7.0 then the xcode will do manage 64bit or 32bit . 并检查您的最低部署目标,如果将其设置为7.0,则xcode将管理64位或32位。

also check this link 还要检查此链接

构建活动架构仅应为否,那么您也支持32位架构。

archive项目时,请选择“ Generic iOS Device ,而不是任何真实设备。

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

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