Lat day i updated my iPad to iOS 8.2, now when i try to run my Xcode project, my iPad is listed under 'Ineligible Devices' in bracket its is written as (OS version). Why is it listed so? Won't my app be able to run in iOS8.2 devices?
Asked
Active
Viewed 719 times
1
-
1check this link http://stackoverflow.com/questions/24039010/xcode6-ineligible-devices-section-appeared – Shruti Mar 16 '15 at 04:47
-
Please Update your Xcode also. If it is 6.1 than it'll display as ineligible. – Er.Shreyansh Shah Mar 16 '15 at 04:55
-
Please update your xcode to latest version because may be your xcode supports less than version of your device version. – Yohan Mar 16 '15 at 06:52
1 Answers
2
Change Deployement Target to lower value.Change Deployement Target

Community
- 1
- 1

Jaffer Sheriff
- 1,444
- 13
- 33
-
-
This worked for me with Xcode 6.3 and iPad mini on 8.2 except backwards. Had to change from 7.0 to 8.3, build, then put it back to 7.0. Strange. – Sev Apr 13 '15 at 17:36