Search code examples
objective-ciosxcodedeploymentios5

Deploy App for iOS 4.2 (iphone 3g) using iOS SDK 5.0


I'm unable to install an application on my iPhone 3G using the latest version of Xcode.

My settings look like this:

enter image description here

enter image description here

What's wrong? I thought setting the deployment target would be all I need to do.


Solution

  • i had to add "armv6" (without quotes) to the Architectures in my Built Settings.

    enter image description here

    enter image description here

    works fine. thank you

    credits to @user523234 and @chown