What are the Build Settings for a Universal iPhone and iPad Application

Posted by McPragma on Stack Overflow See other posts from Stack Overflow or by McPragma
Published on 2010-03-30T17:41:58Z Indexed on 2010/03/30 19:13 UTC
Read the original article Hit count: 500

Filed under:
|
|

What would be the settings to build and have accepted an universal app for both the iPad and iPhone?

That is, what would be the settings in Project X Info > Build for

  • Architectures [ARCHS] ("Standard(armv6)" or "Optimized(armv6 armv7)" or other)
  • Valid Architectures [VALID_ARCHS] ("armv6 armv7" or other)
  • Build Active Architecture Only (checked or unchecked)

and what would we select in the dropdown (Device - 3.2|Distribution|armv?) ?

We're either getting warnings at build time that we haven't built for armv7, or the app upload is rejected on account of

"The binary you uploaded was invalid. When supporting iPhone, the executable must include support for the armv6 architecture".

Thank you for your help.

© Stack Overflow or respective owner

Related posts about ipad

Related posts about iphone-sdk