“Could not find Developer Disk Image”

后端 未结 9 1187
感动是毒
感动是毒 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:45

    Xcode 7.0.1 and iOS 9.1 are incompatible. You will need to update your version of Xcode via the Mac app store.

    If your iOS version is lower then the Xcode version on the other hand, you can change the deployment target for a lower version of iOS by going to the General Settings and under Deployment set your Deployment Target:

    Note:

    Xcode 7.1 does not include iOS 9.2 beta SDK. Upgraded to Xcode to 7.2 beta by downloading it from the Xcode website.

    0 讨论(0)
  • 2020-12-02 18:48

    Older XCode version has no developer disk image for newer iOS version. If you don't want upgrade XCode you can find ready developer disk images for latest versions in this answer: https://stackoverflow.com/a/39865199/286361

    0 讨论(0)
  • 2020-12-02 18:49

    For the case XCode version is lower than iOS device's image, you can either copy the disk image from other already updated XCode(or maybe the internet) or upgrade your XCode.

    The image is a folder with size about over 10MB, and place(find or put it) here under this path "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSup‌​port/".

    To enter Xcode.app package, hold control key and click on Xcode.app, you will find additional option like show package content or some word similar. Choose this option and you will enter Xcode.app like entering a normal folder.

    Hope it's helpful and good luck!

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