KFP
KFP

Reputation: 719

The version of iOS on phone is not supported by this iOS SDK

I have a mac at home (10.9.2) with Xcode 5.1.1 and at work (10.9.5) with xcode 5.1.1. I have a developer account at work and was able to test on my phone. I just set up a developer account at home and got my phone set up to test there as well. Now at work Xcode doesn't recognize my phone. I went to organizer and I get this message:

The version of iOS on "my phone" is not supported by this installation of the iOS SDK. Please restore the device to a version of the iOS listed below or update to the latest version of the iOS SDK. OS Installed on my phone 8.0

What do I need to do in order to use my phone for work and personal development? Any help would be greatly appreciated.

Upvotes: 0

Views: 181

Answers (1)

JosephH
JosephH

Reputation: 37495

Xcode 5.1.1 does not officially support debugging on iOS 8 devices.

You would need to install Xcode 6 to debug on iOS 8 devices.

I've had some success using Xcode 5 to debug on iOS 8 after installing (and running so it installs the support components) Xcode 6 alongside Xcode 5.1.1. I presume this isn't guaranteed to work.

Upvotes: 2

Related Questions