"Could Not Find Developer Disk Image"

Xcode error Could not find Developer Disk Image

I am facing the same issue on Xcode 7.3 or Older version of your Xcode and my device version is iOS 10 or newer version of your OS.

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

We can solve this issue by following the below steps:

Method 1:-

  • Right click on Xcode 7.3 or version of your Xcode, now select "Show Package Contents", "Contents", "Developer",
    "Platforms","iPhoneOS.Platform", "Device Support".

  • Now check there is latest version of developer disk image(folder) like 12.1 or newest version(folder) in your case. Copy the latest
    version and Paste in the same Folder Device Support.

Sample Image

  • In my case I have 12.1 is the latest folder. Now it will generate the copy of that version like 12.1 copy or newest version(folder)copy
    in your case.

  • Now Change the name of copy folder to your latest version of iPhone like. In mine case, I have 12.1(Folder)copy and rename it into 12.4. As you can see in the above screenshot. You can change it according to your latest version of phone. I need it for 12.4 so i just rename the folder to 12.4.

  • Now 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.

                          **OR**

Method 2:-

First of all, download the latest Xcode Version. No Need to install the latest Xcode.

We can solve this issue by following the below steps:

  • Right click on Xcode 8 or Newer version of your Xcode, 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 or version of your Xcode, now select "Show Package Contents", "Contents", "Developer", "Platforms",
    "iPhoneOS.Platform", "Device Support"
  • Paste the 10.0 folder (or above for later version).

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

OR

If you can't download the latest Xcode, you can get the latest
Developer Disk Image for your Xcode from this link:-

https://github.com/Yatko/iOS-device-support-files

Thanks to Yatko. So that people can download the latest DMGs.

Could not find Developer Disk Image

1) I have experienced same issue, 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 the section of unavailable device. Just like in image below:

Sample Image

2) But then I somehow managed to select my iPhone by clicking at

Product -> Destination -> Unavailable Device

Sample Image

3) But that didn't solved my problem, and it started showing:

Could not find Developer Disk Image

Sample Image

Solution) Then finally I downloaded latest version of Xcode version 7.2 from here and everything has worked fine for me.

Update: Whenever version of iPhone device is higher than version of Xcode, you may experience same issue, so you should update your Xcode version to remove this error.

Could not find Developer Disk Image run error

Xcode 7.2.1 currently only supports up to iOS 9.2

9.3 is in beta, and requires Xcode 7.3, which is currently also in beta. You can download from the developer portal. You won't need to be a paid developer to do this.

Could not find Developer Disk Image iOS 10

If you want to develop with Xcode 7 on your iOS10 device :

  1. Rename your Xcode.app to Xcode7.app and download Xcode 8 from the app store.
  2. Run Xcode 8 once to install it.
  3. Open the terminal and create a symbolic link from Xcode 8 Developer Disk Image 10.0 to Xcode 8 Developer Disk Image folder using this command:

ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ (14A345)/ /Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0

Note : This works for Xcode 9 and above

Source

UPDATE 2018:
If you want to use Xcode 9 with iOS 12:

  1. Download Xcode 10 (still in beta right now)
  2. Put it in the Application folder as Xcode-beta.app
  3. Open the terminal and use the command below:

ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.0\ (16A5354b)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.0

iOS 10.0.1 and Xcode Error: Could not find developer disk image

Your Xcode(7.3.1) is not updated. update your Xcode here.

Could not find Developer Disk Image

1) I have experienced same issue, 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 the section of unavailable device. Just like in image below:

Sample Image

2) But then I somehow managed to select my iPhone by clicking at

Product -> Destination -> Unavailable Device

Sample Image

3) But that didn't solved my problem, and it started showing:

Could not find Developer Disk Image

Sample Image

Solution) Then finally I downloaded latest version of Xcode version 7.2 from here and everything has worked fine for me.

Update: Whenever version of iPhone device is higher than version of Xcode, you may experience same issue, so you should update your Xcode version to remove this error.

Could not find developer disk image when trying to build

Xcode 7.2.1 does not support iOS 10. Either update to Xcode 8 or change the deployment target to iOS 9.x.

Xcode error “Could not find Developer Disk Image” 10.3.1 Fix?

I don't think Apple has ever released the developer disk images separately so I can't imagine they would in the future.

Solving the download problem is probably easier, don't use App Store because it's fairly miserable about downloading on a bandwidth limited connection but instead visit https://developer.apple.com/download/more/. They have the actual files hosted there so you can get them with a more appropriate tool, you'll know they're definitely from Apple as well.

I am getting an error in Xcode : Could not find Developer disk image

You need to update Xcode to run your apps on software that new. Xcode 7.2 does not include iOS 9.3.1 beta sdk.

Xcode download

Unable to mount a developer disk image. iOS 15.4.1 - Xcode 13.3.1 (13E500a)

I managed to solve this problem by uninstalling libplist, usbmuxd, libimobiledevice, ideviceinstaller from brew and manually build the latest version from GitHub.

done.
Mounting...
Done.
Status: Complete


Related Topics



Leave a reply



Submit