So I'm doing test on my iPhone 6 and everything works just fine with iOS 8.3. After upgrading to 8.4 my device became unavailable. Does anyone know why??
Asked
Active
Viewed 1.2k times
26
-
Try replugging in the device a few times. – Oxcug Jul 01 '15 at 03:04
-
I solved the same isue using following links. http://stackoverflow.com/questions/24039010/ineligible-devices-section-appeared-in-xcode-6-x-x – Kaushal Kumar Jul 01 '15 at 05:38
-
nothing worked for me. any luck @KingJ? – dreamlab Jul 02 '15 at 00:30
-
1@dreamlab check my own answer below – aaa Jul 02 '15 at 02:06
-
Xcode 7 Beta 4 is released now which fixes this issue – Abhi Jul 22 '15 at 09:02
2 Answers
42
Just found out the solution:
Download Xcode 6.4
Go to its content directory: /Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
Copy folder "8.4 (12H141)" which contains the device support to the same path of Xcode 7 beta and it works fine.

aaa
- 1,649
- 1
- 16
- 22
0
you also need to change the deployment target to 8.4, as by default the version is 9 in Xcode 7 beta

Shafi Ur Rahman
- 1
- 1