Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS 5.0.1 With XCode 4.2.1 Saying "does not match any of the versions of iOS"

Tags:

ios5

xcode4.2

I am currently on Xcode 4.2.1 and I am running an IPad 1 using 5.0.1. However, I am getting this error message:

The version of iOS on “Personal iPad” does not match any of the versions of iOS supported for development with 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 Personal iPad 5.0.1 (9A405)

Xcode Supported iOS Versions

That's right! It is giving me absolutely no supported iOS versions. I have seen other posts about this for older versions of Xcode/IOS, but they also had supported versions.

Edit: I can run the program just fine in the iOS device simulator. It runs in IOS 5. Also, my provisioning profiles are listed under the device and they have matched my certificate in the KeyChain.

like image 587
Algorhythm Avatar asked Jan 03 '12 00:01

Algorhythm


1 Answers

Ok! I downloaded the installer program for XCode. Uninstalled XCode and reinstalled it through the installer program and it works like a charm.

So, I ran this to uninstall it:

sudo /Developer/Library/uninstall-devtools –mode=all

Then I just used the installer from the App Store and now it works just fine with my iPad.

Thanks.

like image 192
Algorhythm Avatar answered Oct 15 '22 11:10

Algorhythm