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
2010-07-01 01:28:10
A:
For more info, you might also want to check out my community wiki on this:
Clay Bridges
2010-07-05 22:26:07