Xcode cannot detect iPhone device running iOS 5.1

I have updated my iPhone firmware to version 5.1. Now I notice that Xcode 4.2 does not recognize the device. Do I need to update Xcode or something else?

+3


source to share


5 answers


xcode 4.3 can run the app on devices running iOS 5.1



You need to update your current version .. (Note: Xcode 4.3 and above are only available for Mac OSX Lion)

+6


source


Yes. Xcode 4.2 and the SDK version bundled with it do not support the latest iOS. Upgrade to Xcode 4.3.1. To do this, you will need to upgrade to OS X 10.7 Lion if you haven't already.



+2


source


If you can't upgrade to Xcode 4.3 for some reason, like running Snow Leopard, you can make Xcode 4.2 work with 5.1 devices. See my answer here .

+2


source


I think you need to update your XCode version.

Xcode 4.3.1 has been launched with the new iOS 5.1.

You can find how to download it there:

Apple developer site (iOS and Xcode)

+1


source


In addition to Shubhank's answer (and everyone else), remember that Apple's app store is where you download it. So it magically fits somewhere (developer dir) without rewriting Xcode.

You have to find it and replace your shortcuts to run 4.3 instead of 4.2. There are no prompts for either "open the extracted folder" or anything else. In case you're wondering why you open Xcode and it still doesn't find it. You go to the App Store and you notice that it says Installed, but there is never a link to figure out where, so you have to dig and hope comparing the creation times in the files.

(After that, it will offer to uninstall 4.2)

If anyone had a smoother time, please post how!

+1


source







All Articles