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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.

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