Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4 and iOS 4.2.1

I've installed XCode4 and I need to build for iOS 4.2.1 is there a possibility to install the "old" firmware 4.2.1 and build against it?

like image 964
Chris Avatar asked Apr 06 '11 07:04

Chris


1 Answers

As far as I understand it you can only use a 4.3 Base SDK but can target also older OSes like 4.2.1 or whatever. So no need to install old firmwares.

Actually it wouldn't make sense any other way. I have a older iPod Touch which can only be upgraded to 4.2.1, so it has to be programmed targeted for 4.2.1 using the same toolset.

like image 169
Tomasz Stanczak Avatar answered Sep 28 '22 01:09

Tomasz Stanczak