No provisioned iOS devices are available with a compatible iOS version

前端 未结 16 1160
面向向阳花
面向向阳花 2020-12-08 02:06

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 d

相关标签:
16条回答
  • 2020-12-08 02:40

    Solved this problem by closing and re-opening xcode.

    Xcode... it's the new Windows.

    0 讨论(0)
  • 2020-12-08 02:51

    In Organizer, I had to copy (drag and drop) the provisioning profile from the general 'Profiles' section to the device's 'Profile' section.

    0 讨论(0)
  • 2020-12-08 02:51

    I solve this problem just change iOS Device of the following image enter image description here to iPhone Retine ....,

    0 讨论(0)
  • 2020-12-08 02:52

    Maybe you have set the minimum required iOS to a higher version than your 3G has. Could you try to change the iOS Deployment Target in the build settings to the version of your 3G?

    0 讨论(0)
  • 2020-12-08 02:53

    Try clicking "Use for Development" on your device in the Xcode Organizer. I got this same error and that was the only way I fixed it.

    0 讨论(0)
  • 2020-12-08 02:53

    I have Xcode 5.0, and try to build for my iPad with iOS 5.1.1. And I get the message: 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.

    The solution you can see in 4 step:

    (1) Select project settings > project settings > Info. Choose deployment target instead of 7.0 i.e. 6.1.

    enter image description here

    (2) Select project settings > project settings > Build Settings. Change architecture . Don't compile for 64bit. enter image description here

    (3) Select project settings > target settings > General. Set Deployment Target according your device iOS version. Afterwards the device name IPad appear after IOS Device to run on. enter image description here

    (4) Finally I selected IPad.

    enter image description here

    0 讨论(0)
提交回复
热议问题