Vikings
Vikings

Reputation: 2527

iPhone SDK Issue On Device

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

Answers (1)

Alex Coplan
Alex Coplan

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

Related Questions