steven
steven

Reputation: 698

Only armv7 no armv6 option

So I am trying to build my app for iPhone 3.0 and greater so I can get the largest range of users. It says that I need Architecture armv6. When I go to the architectures it only gives me the option for Standard armv7.

How am I supposed to get armv6 on there so that my app can be supported. Is this something in xcode 4.2 they are using to try and force developers to developer more toward 4.3 and greater?

I know there are other questions like this. I haven't found any that help yet though.

Upvotes: 0

Views: 432

Answers (1)

Danra
Danra

Reputation: 9896

Try adding armv6 manually to the list of architectures to build. Even if it isn't in the dropdown menu, double click it and you will get a dropdown list in which you can add any architecture you like.

Also make sure you add armv6 to the list of Valid Architectures.

Upvotes: 2

Related Questions