简体   繁体   English

更新Xcode 4.3以支持ios 5.1

[英]Updating Xcode 4.3 to support ios 5.1

My Xcode version today is 4.3, so it only supports iOS 5.0, right?. 我今天的Xcode版本是4.3,所以它仅支持iOS 5.0,对吧? Then I finished my project for my client. 然后,我为客户完成了项目。 What I wanted is for my project to be supported for iOS 5.1, I was thinking of updating my Xcode to 4.3.3, or should I update it to 4.4? 我想要的是我的项目受iOS 5.1支持,我正在考虑将Xcode更新为4.3.3,还是应该将其更新为4.4? to support iOS 5.1. 支持iOS 5.1。 I am really confused right now. 我现在真的很困惑。 Would my project be still compatible with the version I am going to update it to, or I'll be changing some codes in my project. 我的项目是否仍与我要更新到的版本兼容,否则我将在项目中更改一些代码。

Hope someone will help me, I'm kinda of scared making a mistake. 希望有人能帮助我,我有点害怕犯错。 Thanks for your consideration. 感谢您的考虑。

Update your XCode to latest version It would support all lower version as well. 将您的XCode更新为最新版本。它将同时支持所有较低版本。 Lower version of XCode doesn't support the upper IOS version than its Compatible IOS version but the latest version of XCode would support all lower IOS version . 低版本XCode不支持上的IOS版本比其支持的IOS版本 ,但最新版本XCode将支持所有较低IOS version

I think it is clear enough. 我认为这很清楚。

Doesnt Xcode 4.3 support 5.1 Already? Xcode 4.3是否已经支持5.1? are you on Lion? 你在狮子上吗? if so, then xcode 4.3 should be supporting 5.1 already.. BTW, xcode 4.3.3 is a lot better and stable version. 如果是这样,那么xcode 4.3应该已经支持5.1。顺便说一句,xcode 4.3.3是更好,更稳定的版本。 You shouldn't be worried about it, and have it updated. 您不必担心它,并对其进行更新。

As you can see at the description , Xcode 4.3.3 and Xcode 4.0 both compatible with Lion and support iOs 5.1. 如您在描述中所见,Xcode 4.3.3和Xcode 4.0都与Lion兼容并且支持iOs 5.1。

What i want you to know is that from iPhone 5 release it became clear that iOs 6.0 is coming today, probably with the Xcode 4.5 release version to support the latest SDK - it must require Mountain Lion though. 我想让您知道的是,从iPhone 5版本开始,很明显,iOs 6.0即将面世,可能带有支持最新SDK的Xcode 4.5版本-尽管它必须需要Mountain Lion。 And you'll probably lose armv6 support. 而且您可能会失去对armv6的支持。

Usually you don't have to change any part of the code for the newer SDK support unless you are using something declared as private at header comments or explicitly marked as deprecated. 通常,除非您使用在标头注释中声明为私有或显式标记为已弃用的东西,否则不必为较新的SDK支持更改代码的任何部分。

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

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