13

I got notification of IOS7 new version V7.1. I have installed on my iPhone 4S. As I am developer my iPhone 4S is not detected in development mode in Xcode 5 SDK. When I opened organizer in Xcode. It shows,


The version of iOS on “iPhone 4S” is not supported by this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.

OS Installed on iPhone 4S 7.1 (11D167)


Hope Apple fix this issue.

Thanks for any help.

Gajendra K Chauhan
  • 3,387
  • 7
  • 40
  • 55

2 Answers2

28

You can update to the latest version of Xcode using the OS X App Store application.

Edit:

App Store link

Developer Center link

ThomasW
  • 16,981
  • 4
  • 79
  • 106
  • Man, I wish I'd known that before upgrading iOS. The Xcode download is about 10 times as big as the iOS download. And now I'm at a cafe. – Victor Engel Mar 12 '14 at 17:42
  • Can we just click a button within xCode 5.0.1 to make it update itself? – PaulG Mar 14 '14 at 14:48
  • 2
    @PaulG Xcode doesn't have a built in auto-update feature, but OS X has an auto-update feature through the OS X App Store application. The Apple menu -> Software Update... item is a shortcut to the App Store update feature. – ThomasW Mar 14 '14 at 15:04
  • For me there is no update for Xcode, when I go to Mac App Store and go to the Updates Tab. – coolcool1994 Mar 16 '14 at 08:09
  • If you previously downloaded Xcode directly from Apple it won't appear in the Updates tab, but you can download it from the App Store [here](https://itunes.apple.com/app/xcode/id497799835?mt=12) or developer center [here](https://developer.apple.com/downloads/index.action?name=Xcode). – ThomasW Mar 16 '14 at 17:23
  • I would like to say that even faced the above problem once. But then suddenly one day, my xcode 5.0 started detecting iOS 7.1 .. Yay.. i dont know how , but it did, and I am a happy man now :-) – rahulg Mar 25 '14 at 06:27
1

You need Xcode 5.1 to get access for iOS 7.1. Check the Xcode release notes for more info.

Zeeshan
  • 586
  • 7
  • 15