iPhone running iOS 8.3 shows up as ineligible in Xcode 6.2

后端 未结 5 1394
生来不讨喜
生来不讨喜 2021-02-01 03:12

Current setup:

  • iPhone 6+ updated to iOS 8.2
  • iMac running Mavericks (10.9) with Xcode 6.2
  • Deployment target set to 8.2

When I conne

5条回答
  •  北海茫月
    2021-02-01 03:32

    I have the same issue and I don't want to just use the lastest version of XCode for the need of maintaining my old projects. I end up with installing two versions XCode(6.2 and 6.3) to solve this problem. Here is what I did.

    1. Download XCode6.2 install package from apple site
    2. Upgrade the existed XCode6.2 to x6.3
    3. Open my project on XCode6.3 (this time the device can be recognized by XCode, and I think XCode6.3 might have done some updates to your project.)
    4. Close my project, re-install XCode6.2, there will be a prompt saying I have a newer version and if I want to keep both. Click Yes. Then I have two versions of XCode.

    After all those steps done, I can finally open my project and use my device in XCode6.2. Hopefully it can help someone.

提交回复
热议问题