Xcode 7 with iOS 9 device Error: device unavailable (Could not find a developer disk image)

后端 未结 10 1739
南方客
南方客 2020-12-17 08:01

After updating my iPad to iOS 9 public beta, I am getting an error while trying the run the app in my iPad. When I select the iPad as destination, it says \"iPad (Unavailabl

相关标签:
10条回答
  • 2020-12-17 08:23

    I have experienced same issue

    Could not find Developer Disk Image

    1) My Xcode version was 7.0.1 and i updated my iPhone to version 9.2, then upon using Xcode my iPhone was shown in section of unavailable device. Just like in image below:

    2) But then i somehow managed to select my iPhone by clicking at
    Product -> Destination -> Unavailable Device

    3) But that doesn't solved my problem and started showing

    Could not find Developer Disk Image

    Solution) Then finally i downloaded latest version of Xcode version 9.2 from https://developer.apple.com/downloads/ and everything worked fine for me.

    0 讨论(0)
  • 2020-12-17 08:27

    If you are using the Xcode 7 GM build version 7A218, the chances are that you accidentally downloaded iOS 9.1 (13B5110e) as opposed to the iOS 9 GM build (13A340). I did the same thing don't worry. They are too close to each other on the downloads page :0

    You can check which version you have on your device by simply going to your device Settings > General > About > Version

    All you have to do is download the correct iOS 9 GM build and go to iTunes. Click on your device. In the summary tab, OPTION + Right Click "Check for Update" and restore your device by navigating to the iOS 9 GM build finder location. Note by selecting "Check for Update" you will not lose any settings or data on your device. In other words, it is not a restore

    However, if you are using Xcode 7.1 build version (7B60) iOS 9.1 is supported

    0 讨论(0)
  • 2020-12-17 08:27

    Apple just released the new Xcode 7.1 which support iOS 9.1. Update Your Xcode and everything will be fine.

    0 讨论(0)
  • 2020-12-17 08:28

    I had XCode 7.0.1 installed + iOS 9.1 (13B143).

    XCode had shown me "unsupported device" / "could not find developer disk image" in Devices windows until i updated my XCode to version 7.1. Everything works well now.

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