Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I change ios sdk?

Tags:

xcode

ios

sdk

I want to change my iOS SDK. I have ios 5 and xcode 4.2 but I have to decrease it to iOS 4.2 SDK because of my application. In developer.apple.com the xcode 4.1 with iOS 5 so it is not available. How can I find xcode 4.1 with ios sdk 4.2 or how can I setup the ios sdk 4.2 without download xcode again. If it is not possible can you give me a linq for download xcode 4.1 with ios sdk 4.2

like image 424
Hacer sengul Akac Avatar asked Dec 01 '11 09:12

Hacer sengul Akac


1 Answers

The base SDK should be the currently available one - it's the version of the SDK that you have installed to compile against.

However, further down the settings list you'll see that you can set the "Deployment Target" to be for lower versions iOS. That's the one that specifies the lower version of the OS that you app will run on.

like image 161
tarmes Avatar answered Oct 15 '22 14:10

tarmes