Riddhi Shah
Riddhi Shah

Reputation: 763

OS Version issue with Xcode 6.4

I have created my project using Xcode 6.4 and swift 1.2. Now I have updated my device with iOS 9.3. It was running completely fine with iOS 9.2. But after updating to 9.3 Xcode is showing my device as ineligible devices. Please help me to solve this.

Upvotes: 0

Views: 203

Answers (2)

ios
ios

Reputation: 975

Update your Xcode to the latest version .

This error comes because of iOS version is incompatible with your Xcode version .

https://developer.apple.com/xcode/download/

This link will help you to convert your project from Swift 1.2 to Swift 2.0

How to migrate my swift 1.2 project into 2.0?

Upvotes: 1

amit soni
amit soni

Reputation: 2163

You need to upgrade to the latest XCode.

Follow this link to upgrade your XCode. https://developer.apple.com/xcode/download/

Upvotes: 1

Related Questions