Search code examples
iphonexcodexcode4xcode4.2

Xcode 4.2 Build on iPod touch 1st gen


I'm having problems building my app on 1st generation iPod touch. I've changed the Architecture value to "armv6 armv7" and also the deployment target to 3.0 iPod touch is running iOS 3.1.3

Anyone has a solution for that?

Thanks


Solution

  • If this is a new Xcode project, Xcode adds a required device element of armv7 in the info.plist for the target. It needs to be removed. enter image description here

    Also be sure your not using ARC or storyboarding when creating your projects.