-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
  • 314,917
  • 42
  • 532
  • 579
sametbilgi
  • 582
  • 2
  • 7
  • 29
  • 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
  • 4,097
  • 6
  • 36
  • 55
  • 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