简体   繁体   English

使用Xcode 8的iOS 5兼容性

[英]IOS 5 compatibility using Xcode 8

I have an app in appstore supporting from ios8 and later. 我在appstore中有一个支持ios8及更高版本的应用程序。 But one of my client neeed to run it in ios 5.1.1 ipad too . 但是我的一位客户也希望在ios 5.1.1 ipad中运行它。 Is it possible to submit apps in appstore having ios 5.x compatible versios ? 是否可以在具有ios 5.x兼容versios的appstore中提交应用程序? How can i make it compatible with ios 5.x ? 如何使其与ios 5.x兼容?

Not his is not possible, iOS 5.1.1 supports device with ARM v6 processor. 不可能,iOS 5.1.1支持带有ARM v6处理器的设备。 Which is no longer supported by Xcode. Xcode不再支持该功能。 You will therefor need an older copy of Xcode, with the iOS 5.1.1 SDK. 因此,您需要使用iOS 5.1.1 SDK的Xcode的旧版本。

The bige problem is that you will then not be able to submit your app to the Appstore since this requires you to build with the iOS 9 SDK. 最大的问题是您将无法将应用提交到Appstore,因为这需要您使用iOS 9 SDK进行构建。

You might be able to remove the ARM v6 slice from the binary you compiled with the older version of Xcode and add that slice to you new binary, but you will run into many more issues. 您也许可以从使用旧版Xcode编译的二进制文件中删除ARM v6切片,然后将该切片添加到新的二进制文件中,但是会遇到很多问题。

The cheapest is to buy this client an new iPad. 最便宜的是为此客户购买新的iPad。

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

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