0

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 ?

Sendel
  • 1
  • possible duplicate of [Support legacy iPhone users](http://stackoverflow.com/questions/3088624/support-legacy-iphone-users) –  May 07 '14 at 16:35

1 Answers1

1

Check out this answer:

Support legacy iPhone users

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 :-)

Community
  • 1
  • 1
Dave
  • 7,589
  • 12
  • 36
  • 42