Add iphone sdk 6.1 on xcode 4.3 - iphone

how to install iphone sdk 6.1 on xcode 4.3 ?
I want to add new latest sdk to the current xcode. I'm using VMWARE MAC OSX Lion 10.7.1 and I have unlocked iphone device which have ios 6.1 version. What I want to do is to build a iphone app with xcode for my iphone

Select Xcode -> Preferences -> Downloads. You should be able to see all the available sdks to download.

To use iOS 6.1 & even 7.0, update the latest Xcode from Mac App Store.

Related

Why iPhone 4 with iOS 6.1.3 is not connecting with xcode 4.5 for testing purposes?

I am trying to connect my new iphone 4 with ios 6.1.3 with xcode 4.5 for testing my app built on ios 6.It is showing xcode does not support the device with this ios in the organizer window of xcode.
I have already installed the provisioning profile for testing on the phone.
Use XCode 4.6.x for Debuging of OS version iOS 6.1 or later.
You have to select the deployment target as 6.1 for your project.. then run it into the iphone 4 with iOS version of 6.1.3. surely it will run.. If you dont have 6.1 deployment target you have to upgrade your xcode with 6.1

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.

Which XCode version supports iOS 4.3.5 sdk

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.

iPhone SDK 4 The version of iPhone OS on “” does not match any of the versions of iPhone OS

Right,
I am running XCode 3.2.3 with the iPhone 4 SDK. I have paid apple and enrolled, added my certificates and provisioning profiles. Now, I have plugged my iPod into Xcode and clicked "Use for development". My iPhone is running iOS 4.1 and Xcode says -
The version of iPhone OS on “” does
not match any of the versions of
iPhone OS supported for development
with this installation of the iPhone
SDK. Please restore the device to a
version of the OS listed below, or
update to the latest version of the
iPhone SDK; which is available here.
OS Installed on ....
4.1 (8B117)
Xcode Supported iPhone OS Versions
4.0.2
4.0.1
4.0
3.2.2
3.2.1
3.2
3.1.3
3.1.2
3.1.1
3.1
3.0.1
3.0
So do I need to download the whole XCode and iPhone SDK package again?
Will updating the SDK screw with my app?
Cheers!
You have to update your XCode to latest version. Along with that iOS will be upgraded to 4.1 automatically.
your app won't get screwed up.