简体   繁体   中英

Device ineligible in Xcode 6.1 when device connected powered by iOS 8.3

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?

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

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.

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.

更新您的Xcode以支持iOS 8.4

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM