views:

133

answers:

2

I upgraded to SDK4.0 - but the lowest OS supported is 3.2 (which is iPad). How could I compile code for OS3.0 with SDK4.0 ?

+1  A: 

Check out this answer:

http://stackoverflow.com/questions/3088624/support-legacy-iphone-users/3122653#3122653

Summarizing, set the Base SDK to 4.0 and the Deployment target to 3.0. And don't ask who taught English to the engineers at Apple :-)

Dave
A: 

For more info, you might also want to check out my community wiki on this:

http://stackoverflow.com/questions/3161385

Clay Bridges