Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Need to to test my app on iphone 4 IOS 5.1.1. The provisioning profiles are ok. I get

"Cannot run using the selected device. No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version or..."

share|improve this question
Try closing Xcode, disconnect the device, reconnect the device, reopen Xcode. Sometimes Xcode gets messed up detecting the profiles on the device. If that doesn't work open the Organizer, cmd+shift+2, and see what the status of the device says. – Chris McKnight Dec 13 '12 at 5:05
Have you ever used this device for testing before with this version of Xcode? – matt Dec 13 '12 at 5:06
Are you sure both ends of your cable are attached to the appropriate devices? – Kevin Dec 13 '12 at 5:11
@Kevin is correct. your device is not connected to Mac – arthan.v Dec 13 '12 at 5:13

1 Answer

up vote 0 down vote accepted

It may be iOS Version problem , I also encountered same problem Before and what i done is Just changed my Deployment target to Device OS version. To make This Use following Method.

Go to Target-->Summary-->Deployment Target -->Select the Version. and Project-->info-->iOS Deployment target -->Select your Version.

share|improve this answer
Yes,Now its working fine.Thanks – user1852307 Dec 13 '12 at 6:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.