No provisioned iOS devices are available with a compatible iOS version

前端 未结 16 1163
面向向阳花
面向向阳花 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:54

    When I changed my app from iPhone to Universal, automatically xCode changed the Deployment Target from 4.3 to 6.1, my device had 6.0 so it wasn't recognized.

    Changing the value back to 4.3 solved the problem.

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

    When the first time , your new test iOS connected to you Mac, you can't see it in the pop-up menu. only "IOS Device" You may try From menu: Window->Organizer->Devices ; then Choose you connected iPad and click “Use for development" ; So it appears .

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

    This can also happen because you've started to use your device on a computer that's never used it before. Once you've plugged in your device via USB, you'll need to choose to "trust" the device. You'll see a message like the following on the device itself:

    Your settings and data will be accessible from this computer when connected via USB or Wi-Fi

    Choose "Trust" when prompted, and then XCode will be able to use the device.

    More info here at Apple's site:

    http://support.apple.com/kb/HT5868

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

    "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."

    I had this same problem when trying to build on my device. Then I realised I was using an aftermarket lead. Changed the lead to the original iPhone lead and... Hey Presto!

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

    Not sure, i understand your settings right. But, the rules are:

    • Base SDK Version >= Development device iOS version
    • Deployment Target version = Lowest iOS version to be supported.

    Hence, i guess, setting base SDK version equal or above 4.2.1 might help.

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

    i also get this case: when i reset iphone, plugin to xcode again, xcode dont recognized iphone in schema, iphone still have full provision I go to Organizer window, check device again and see that my iphone dont have green light and have button that ask to use this device for development. Click on button and all work well again

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