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

后端 未结 10 1812
南方客
南方客 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:15

    This is also encountered when trying to use Xcode 6.4 against an iOS 9.0.x device. Here's how you can workaround it and get Xcode 6.4 to recognize your iOS 9.0.x devices:

    1. Download Xcode 7.0.1:

    http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.0.1/Xcode_7.0.1.dmg

    1. Open Xcode_7.0.1.dmg and drag the Xcode.app to your desktop

    2. Right-click, Show package contents, navigate into /Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    3. Copy the "9.0 (13A340)" directory to the existing DeviceSupport directory for your Xcode 6.4 install. For example: ~/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    4. Restart Xcode 6.4 (if it was running), and your device running iOS 9.0.x should now show as a recognized device.

提交回复
热议问题