Fustigador
Fustigador

Reputation: 6459

Test iPhone app in real device

I have an apple developer ID. I have my developer certificate, my cert in my keychain, I have installed the last version of iOS (5.1.1 (9B206)) in my device (an iPad), I got my profile, I'm on a development team, I told Xcode that I want to use the device for testing. In the build settings, I have set the architectures to armv6 and armv7, both in "target" and "project" as well. Got the provisioning profile.

Still, when I try to run the app on the iPad, I receive an "Xcode cannot run using the selected device." saying that I need to install a newer iOS version (as I said, I installed the most recent on the device).

Anyone have faced this issue before?

Upvotes: 2

Views: 523

Answers (1)

Omar Abdelhafith
Omar Abdelhafith

Reputation: 21221

You will need to update the version of Xcode to 4.3.2

Upvotes: 1

Related Questions