3

The iOS 9 (my device iOS) update is not supported by Xcode 6.4 for testing purposes. Is there a way to connect my device to Xcode for testing?

It is showing me these messages:

iPhone may be running a version of iOS that is not supported by this version of Xcode.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ferrakkem Bhuiyan
  • 2,741
  • 2
  • 22
  • 38

2 Answers2

11

Xcode 6.4 doesn't contain iOS 9 SDK, that's why it isn't working. You need to update your Xcode to 7.0 (available on the AppStore)

Nat
  • 12,032
  • 9
  • 56
  • 103
0

Xcode 6.4 doesn't support iOS 9, If you want to debug your device then you have to update Xcode. And if you just want to check app in device then create a diawi link and install in phone(which is tedious process).

Tejas Ardeshna
  • 4,343
  • 2
  • 20
  • 39