Reputation: 603
I am making a Spritekit Swift game in xCode 6.1. We are using iPad device iOS 8.3 to test the game. Right now apple release iOS 8.4 so i upgrade my device 8.3 to 8.4 iOS. After that when i connect my device to mac and try to select the device to text purpose. It show the Device Ineligible in XCode 6.1. What is the solution of this problem. May i use my iPad device (iOS 8.4) to test the game?
Upvotes: 1
Views: 282
Reputation: 603
After install Xcode 6.4. Firstly i run my project on Xcode 6.4. I got a lots of error. Then close Xcode 6.4 and start Xcode 6.1 and clean the project. After clean i successfully run my app by Xcode 6.1 on my iPad device (iOS 8.4). Thanks for all the suggestions.
Upvotes: 0
Reputation: 478
When you are connecting your device with ios version 8.3 and you have x-code 6.1 it means that it is SDK version is 8.1 and that's why it will show you the device ineligible. So that solving this error you need to upgrade your SDK version to the same device ios version. if device version is ios 8.3 then SDK version also needs 8.3 . xcode 6.3 will give you SDK version 8.3. Hope it will help you.
Upvotes: 0
Reputation: 1611
Because the current Xcode version does not support iOS 8.4.
All you have to do is, open you App Store, in the Updates tab, upgrade the Xcode.
App Store -> Updates -> update Xcode
It's easy.
Upvotes: 0
Reputation: 361
If device is showing Ineligible, then try to select it from Menubar option as follows: Product->Destination->select your device.
I hope it will help you.
Upvotes: 0
Reputation: 3226
For running apps on iOS 8.4. You need XCode 6.4. So you have to upgrade your XCode 6.1.
OR
You can download XCode 6.4 from apple developer site here
Upvotes: 1