“Could not find Developer Disk Image”

后端 未结 9 1319
感动是毒
感动是毒 2020-12-02 17:59

Recently I\'ve been getting the error: \"Could not find Developer Disk Image\"

I think this happens since I have updated iOS to 9.1 on the iPhone. How can I fix the

9条回答
  •  清歌不尽
    2020-12-02 18:29

    I am facing the same issue on Xcode 7.3 and my device version is iOS 10.

    This error is shown when your Xcode is old and the related device you are using is updated to latest version. First of all, install the latest Xcode version.

    We can solve this issue by following the below steps:-

    • Open Finder select Applications
    • Right click on Xcode 8, select "Show Package Contents", "Contents", "Developer", "Platforms", "iPhoneOS.Platform", "Device Support"
    • Copy the 10.0 folder (or above for later version).
    • Back in Finder select Applications again
    • Right click on Xcode 7.3, select "Show Package Contents", "Contents", "Developer", "Platforms", "iPhoneOS.Platform", "Device Support"
    • Paste the 10.0 folder

    If everything worked properly, your Xcode has a new developer disk image. Close the finder now, and quit your Xcode. Open your Xcode and the error will be gone. Now you can connect your latest device to old Xcode versions.

    Thanks

提交回复
热议问题