Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No provisioned iOS devices are available with a compatible iOS version

I'm trying to test my app on an iPhone 3G, however I'm getting this error:

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.

Note that:

  • The 3G has version 4.2.1 of iOS installed
  • The iOS deployment target is set to version 4.2
  • The device has valid development profiles installed
  • I'm using the latest Xcode 4

I'm at a loss. Can anyone help?

Tim

like image 924
tarmes Avatar asked Oct 24 '11 10:10

tarmes


People also ask

How do I provision an iOS device?

Provision Your DeviceConnect your device to your Mac. Open the Devices organizer (Window > Organizer > Devices). In the Devices section, select your iOS device. Click the “Use for Development” button.


1 Answers

Solved this problem by closing and re-opening xcode.

Xcode... it's the new Windows.

like image 56
Gavin Miller Avatar answered Nov 08 '22 12:11

Gavin Miller