Lukas
Lukas

Reputation: 1366

xCode install older iOS SDK

I've recently updated xCode to the newest version. (which includes iOS SDK 6.1) The problem is, that i want to make my apps available for all iOS versions, starting at version 5.0. Is this even possible?

Best regards

Upvotes: 4

Views: 4109

Answers (1)

P.J
P.J

Reputation: 6587

Go to Xcode->Preferences->Downloads->install Simulators to test all iOS versions.

For setting your application minimum iOS version, goto Targets->Summary->Deployment Target->Set to 5.0

Hope this helps you..

Upvotes: 5

Related Questions