Which XCode version supports iOS 4.3.5 sdk - iphone

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!!!

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.

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.

Related

run the app on iPhone 3GS os 6.1 using Xcode 4.3.2

I am using Xcode 4.3.2 and want to run app on iPhone 3GS but when I am opening organizer window and showing following:
The version of iOS on “iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
OS Installed on iPhone
6.1 (10B141)
Xcode Supported iOS Versions
Latest
5.1 (9B176)
5.0
4.3
4.2
please suggest me .
Since downgrading the iOS version is difficult and doesn’t sound like an option for you, I think you must follow the other option:
update to the latest version of the iOS SDK
The iOS 6.1 SDK is included in Xcode 4.6.
Make your code compatible for ios 6.1
and try using xcode 4.5

Which XCode version having iOS 4.3.5 installed?

Currently I have Mac OS X Lion and Xcode 4.2 with the iOS 5 SDK. I also have an iPhone 4 with iOS 5 installed, but I want to run my app with the iOS 4.3.5 SDK.
Which Xcode version has iOS 4.3.5 SDK installed and which Mac OS version supports that version?
Is it possible to downgrade iOS 5 to iOS 4.3.5 on a device?
If you want to test your app on 4.3, launch XCode 4.2, go to preferences, then from the "Downloads" section choose to install the 4.3 Simulator.
I dont remember any xcode version with iOS SDK 4.3.5. Xcode 3.2.6 used to come with 4.3 SDK. In case you want to use 4.3 SDK, you can copy 4.3 SDK into the sdks directory in Xcode 4.2 itself and restart the xcode to use the 4.3 sdk.

What's the latest version of Xcode that comes with iPhone SDK 3.2?

Reviewing the iOS Developer Downloads & ADC Program Assets, I think it's Xcode 3.2.4, but I'm not sure.
I have an XCode 3.2.6, which I strongly believe is the latest version of Xcode 3, after which, Xcode4 is your only option
Here's the link
http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20792
XCode 3.2.4 comes with iOS SDK 3.2. It gives options for iPad Simulator 3.2 but not iPhone Simulator 3.2 (only 4.0 & 4.1). It may allow you to build 3.2 on an iPhone device though. I just confirmed this by downloading & installing it. I think it's the latest, although Xcode 3.2.5 might also have iOS SDK 3.2, but I highly doubt it because How do I add the iPhone SDK 3 to the latest version of Xcode? suggests otherwise.

Do I need to install XCode4 in order to

Do I need to install XCode4 (and iOS SDK 4.3) in order to install my app on iPhone's with iOS 4.3.2 installed on them?
I've installed the app on my iPhone which I just installed iOS 4.3.2 on but I thought it may just have worked because I had installed it previously on that phone when I had an older iOS version.
By the way, I'm using XCode version 3.2.5
Any help would be GREATLY appreciated!
You should be able to test on iOS 4.3 devices with Xcode 3.2.6.

Testing multiple iOS versions in Simulator

How can I test multiple iOS versions in the Simulator? I can only seem to test iOS 4.1. I would like to be able to test 3.x versions in the simulator as well.
Cocoa with Love has a good post on how to do this
To allow simulation in 3.1.3, you must
install an old version of Xcode. If
you are a registered iPhone developer,
you can download Xcode 3.1.4 for
Leopard with iPhone SDK 3.1.3 or Xcode
3.1.4 for Snow Leopard with iPhone SDK 3.1.3. Be careful to install these in a different location to your Xcode
3.2.3 with iOS3.2/iOS4 (either select a different hard disk or rename your
existing /Developer directory before
you install).
In the "hardware" menu are options to change the device and the version.
You can install several version of SDK in different path.
To download an older SDK :
http://iphonesdkdev.blogspot.com/2010/04/old-versions-of-iphone-sdk.html