Reputation: 1
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 ?
Upvotes: 0
Views: 215
Reputation: 7689
Check out this answer:
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 :-)
Upvotes: 1