Reputation: 2527
Is there any way to add a SDK to Xcode, so I can test my application on older devices, which are running that SDK.
I'd prefer the ability to test on iOS 3.0 as well.
Upvotes: 2
Views: 75
Reputation: 13371
Change the base SDK in the project settings panel. You'll want to change it in the two panes, "Info" and "Build Settings"
Upvotes: 1