0

My Mac OS X version is 10.6.8 and currently i am having XCode 3.2.5 installed with iOS 4.2 sdk.

I want to run my application on iOS 4.3.5 sdk simulator.

Which XCode version has supporting iOS 4.3.5 sdk?

Thanks!!!

user2136
  • 791
  • 1
  • 11
  • 26
  • Thanks Johan Karlsson. I agree your point.Can u tell me which XCode version will be support iOS 4.3.5 sdk?.Myself i think XCode 3.2.6. Is it Correct? – user2136 Feb 13 '12 at 08:46
  • 1
    I would suggest that you download the latest version, which is 4.2.1 as of today. This will give you access to develop for iOS 5 as well. – Johan Karlsson Feb 13 '12 at 10:11

2 Answers2

2

You have a rather old version of Xcode. You should upgrade to Xcode 4.2 and get a new SDK. By default SDK 5 is used. However it is possible to download older SDKs.

Choose Xcode -> Preferences and then Downloads. Press the Componentsbutton and you will have access to support for older stuff. Select the components that you want to download in the list.

It is not possible to install the SDK separate from Xcode, according to this.

Community
  • 1
  • 1
Johan Karlsson
  • 1,136
  • 1
  • 14
  • 37
0

XCode => 3.2.6 should work. However, any XCode 4 version should work as well. You'll have to download the IOS4 SDK manually for those, as the current XCode Packages only include the IOS 5 SDK.

jupp0r
  • 4,502
  • 1
  • 27
  • 34