0

I started a new project with Xcode 4. I know the thing with armv6 and armv7 and sample projects from the web - perhaps written under Xcode 3 - build without bullying me, when I set architecture to "armv6 armv7" and of course deployment target to 4.2.

But when I start a new project on Xcode 4 and try the same it will not run on my iPod Touch with iOS 4.2.1

Many Thanks,

chris

1 Answer 1

2

You need to remove armv7 from your device requirements in the info.plist. See this question from yesterday. Unlike the iPod touch 1st gen discussed there, you can use ARC just not weak references with iOS 4.2.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.