user198725878
user198725878

Reputation: 6386

Help me - iOs version Problem

I have iOs version 3.2.3 version. now i have installed 4.2 version in my system but when i open my xcode it shows the previous version of iOs... Even when i go and edit the project settings, i dont get the 3.2.5 version in the drop down to select. why this happening...
please help me out

Upvotes: 0

Views: 226

Answers (3)

Karan Rath
Karan Rath

Reputation: 134

Looks like you have two installations of SDK and XCode on your machine. This can happen if you have changed the installation location while installing the SDK. Hope that helps.

Upvotes: 0

Suresh Varma
Suresh Varma

Reputation: 9740

Please open Xcode then from Xcode-> About Xcode ->Version 3.2.5 (Check out the version here)

If its still not showing please check out whether the xcode setup is successfully done. Try rebooting your mac.

P.S: For Installing Xcode 3.2.5 you need to update your Mac OS to 10.6.5

Also iOS version number will be 4.2 and not 3.2.5 i.e your iPhone/iPAd version whether be device or simulator.. So in dropdown if you see 4.2 then your setup is done successfully..

hAPPY iCODING...

Upvotes: 0

Sam Ritchie
Sam Ritchie

Reputation: 11038

That version number is actually the Xcode version number, not the iOS version number. Select "About Xcode" from the Xcode dropdown, and you'll see 3.2.5.

If you want to change the iOS version to the new one (I'm guessing 4.2?) try opening up the Target Info (or the Project Settings), and setting the Base SDK to the version you want. (You can also set the Deployment Target to the minimum version you want to support, as discussed here.

Once you do this, select the new SDK from the dropdown menu at the top left, and you should be good to go.

Upvotes: 1

Related Questions