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.