Ios – Trying to test the app on iPhone iOS 6.1.2 but “No provisioned iOS devices…” error

deviceiosprovisioningversionxcode

I have a big problem. I have an iPhone with iOS 6.1.2 and the latest version of Xcode – 4.6.1. When I try to test my app on that device, Xcode says that

"No provisioned iOS devices are available with a compatible iOS
version. Connect an iOS device with a recent enough version of iOS to
run your application or choose an iOS simulator as the destination."

Where is the problem and how to solve this? I tried going to Organizer, right click on device and adding device to provisioning profile, but no result. Thanks in advance!

Best Answer

you try these methods:-

  • Try clicking "Use for Development" on your device in the Xcode Organizer.
  • Stupid but try this also closing and re-opening xcode.

I think these are going to help you..