Support armv6 and armv7 in the same ipa
I have an XCode project configured like this: Project Format: XCode 3.1-compatible Architectures : Standard (armv6 armv7) Base SDK : Latest iOS (currently set to iOS 4.2) Build Active Architecture Only : UNCHECKED Valid Architecures: armv6 armv7 My question: Does the resulting binary (.ipa) have 2 executables in it - one for each architecture, or just some different object files for each architecture or is the split even finer grained than that? Just curious. Thanks. McCygnus From what you described, the ipa should have a multi-architecture binary with both arm6 and arm7. You can check it with