Xcode warning: No provisioned iOS devices are available

I got this warning when trying to deploy my App into my iPhone 4: “No provisioned iOS devices are available. Connect an iOS device or choose an iOS simulator as the destination.”

After some googling I found the answer: the default target was set to 4.3 but my iPhone iOS version is 4.2.

I edited the target and set “Base SDK” to “iOS 3.2”, then everything is ok.

Seems it’s time to update my iPhone now.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.