Could not find Developer Disk Image iOS 9.1 & Xcode Version 7.0.1 (7A1001)
Asked Answered
A

2

20

When I try to run my app on my phone I get an error that reads "Could not find Developer Disk Image". At the top of Xcode it says my phone name with (Unavailable) after it.

Amin answered 27/10, 2015 at 13:42 Comment(2)
Actually you need to use now released Xcode 7.1 to work with (also now released) iOS 9.1Ambo
You need to be using the ( now released) Xcode 7.1 in order to work with (also now released) iOS 9.1 devices.Jurywoman
C
31

As explained on this Apple forum , you need to update to Xcode 7.1 once you have updated your phone to iOS 9.1.

UPDATE FOR iOS 9.2

With the most recent update to iOS 9.2, the same problem will occur with Xcode at 7.1; you need to update to Xcode 7.2

It seems that Apple is forcing developers to stay up-to-date with both Xcode and iOS. If you see "Could not find Developer Disk Image" in your Xcode, then your best bet to solve it is to update both your Xcode AND iOS to the most recent version.

UPDATE FOR iOS 9.3

It seems that Apple has thrown another monkeywrench into updating your Xcode. Now, not only does your Xcode have to be updated, but your OSX needs to be on El Capitan. In fact, the store will not even suggest the update to Xcode 7.3 until you change the OSX.

Cow answered 27/10, 2015 at 13:51 Comment(6)
For what it's worth, 7.1 doesn't seem to prompt you to upgrade to it if you have 7.0 installed. Or at least it didn't for me. I had to go to the OS X App Store and manually kick off the download/installation to resolve this.Dobrinsky
They could at least leave a hint to update Xcode in the popup, because there'e plenty of room left. Also, Xcode should notify the user for updates like Android Studio does, instead of relying on App Store. In fact, Xcode should be rebuilt or just move the interface builder to AppCode and further improve AppCode, so we can abandon haXcode...Schneider
That didn't work - I updated to iOS 9.2 + xcode 7.1 and still getting this message.Alfi
@Alfi did you figure this out? I can't deploy to physical device either even though both Xcode 7.1 and iOS 9.2 up to dateAbernethy
@Alfi see my answerAbernethy
It worked on updating both - keep in mind that if you don't have enough disk space it won't install Xcode updateAlfi
A
2

for iOS 9.2 and XCode 7.2

I believe this is an app store bug. Because the app store says my Xcode is update to date (7.2) but then when I go to "About" in Xcode menu it still says I'm on 7.1. I manually download Xcode 7.2 outside of Appstore and it worked

Link to manually download 7.2 https://developer.apple.com/downloads/

Abernethy answered 16/12, 2015 at 13:55 Comment(1)
This should have more upvotes! Sadly the Xcode 7.2 is not a patch but the Xcode suite with its glorious 4.4 GB file size. sighBezant

© 2022 - 2024 — McMap. All rights reserved.