-1

I am trying to run my app with Xcode 7.3.1 on my iOS 10 beta iphone. But it says "Could not find Developer Disk Image"

How can i run my app?

Thanks for your comments.

rmaddy
  • 307,833
  • 40
  • 508
  • 550
Samet Bilgi
  • 542
  • 2
  • 7
  • 28
  • 1
    Possible duplicate of [Xcode error "Could not find Developer Disk Image"](http://stackoverflow.com/questions/30736932/xcode-error-could-not-find-developer-disk-image) – BytesGuy Aug 09 '16 at 15:51

1 Answers1

1

You need to use the Xcode 8 beta to deploy to an iOS 10 beta device.

You can download the Xcode 8 beta on Apple's developer site:

https://developer.apple.com/xcode/

BytesGuy
  • 3,988
  • 6
  • 34
  • 52
  • Once you connect to the iOS device with Xcode 8, you will then be able to use Xcode 7 as well. – rmaddy Aug 09 '16 at 15:51