Upvote:2

I am using Xcode 4.6 and see I have all deployable targets available. See screenshots. Though note the base SDK is set to iOS 6.1.

enter image description here

enter image description here

More Answer related to the Same Query

Upvote:0

Apple always suggests building against the latest SDK and then setting the deployment target to whatever you want it to be. Also make sure any IB item has the correct deployment version set as well.

Upvote:0

Just a helper for newer developers (like me):

I had problems testing my iPhone app on a new iPad and it was due to not running Organizer to initialising the new device (iPhone or iPad). (You also have to select that the device is used for debugging)

It will update your new device with the necessary libraries and then deploying is simple.

You can run Organizer from the Xcode->Windows menu.


Credit Goes to: stackoverflow.com

Related question with same questions but different answers