Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a "Base SDK" in XCode 4?

I currently use XCode 4.0 with Base SDK 4.3.

I would like to compile my app with an older SDK, for example 4.2, but I don't have this possibility as I have no other choice than SDK 4.3.

Do you know how to add older SDKs than the default Base SDK 4.3 proposed ?

Thanks a lot !

like image 964
Regis_AG Avatar asked May 24 '11 09:05

Regis_AG


1 Answers

You cannot do that. Xcode versions are released along with iOS SDK's. They are linked together i.e particular Xcode version can compile the code on the specific iOS SDK only (which it come with by default). To compile your code in lower version of SDK, you need to download the lower version of Xcode

like image 191
Evol Gate Avatar answered Sep 18 '22 11:09

Evol Gate