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. 回答1: From what you