简体   繁体   English

哪个版本的XCode将支持iOS 3.0?

[英]What version of XCode will support iOS 3.0?

I want my app to support the largest audience possible. 我希望我的应用能够支持尽可能多的受众。 I am thinking this would be iOS 3.0 to iOS 7.0. 我认为这将是iOS 3.0到iOS 7.0。 I originally wrote the app using XCode 5.0 but because I used storyboarding I could only support users that had iOS 5.0 or higher at the time. 我最初使用XCode 5.0编写应用程序,但是因为我使用情节提要,所以我只能支持当时使用iOS 5.0或更高版本的用户。 At this point, I am thinking of reworking the app so it no longer uses storyboarding and using a lower version of XCode. 在这一点上,我正在考虑对应用程序进行重新设计,以使其不再使用情节提要和较低版本的XCode。 I am also wondering how to support iOS 7.0 as while supporting iOS 3.0 users? 我也想知道如何在支持iOS 3.0用户的同时支持iOS 7.0?

Was wondering if someone could point me in the right direction? 想知道是否有人可以指出我正确的方向?

Thanks in advance! 提前致谢!

There is no single version of Xcode that will support both iOS 3.0 and 4" iOS 7 devices. 没有可同时支持iOS 3.0和4“ iOS 7设备的Xcode单一版本。

Only Xcode versions 4.4 and earlier can generate armv6 code for iOS 3 devices. 只有Xcode 4.4和更早版本才能为iOS 3设备生成armv6代码。 Later ones cannot. 后来的不能。

And Apple no longer allows submitting iPhone apps without 4" display support, which requires Xcode 4.5 or later, and building with the iOS 6 SDK or later. The lowest iOS version which Xcode 5 and the iOS SDK 7 supports is iOS 4.3. 而且Apple不再允许提交不具有4“显示支持的iPhone应用程序,这需要Xcode 4.5或更高版本,并使用iOS 6 SDK或更高版本进行构建。Xcode 5和iOS SDK 7支持的最低iOS版本是iOS 4.3。

Some iOS developers have reported success using the OS X lipo command-line tool to combine binary slices from both Xcode 4.4 and Xcode 5, but this usage is unsupported. 一些iOS开发人员报告说,使用OS X lipo命令行工具成功组合了来自Xcode 4.4和Xcode 5的二进制切片,但是这种用法不受支持。

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

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