Xcode 4.2 + iOS5 building armv6+armv7 binary problems
After upgrading to Xcode4.2 and iOS5, we had problems building the binary for submission to AppStore. The final binary did not include both armv6 and armv7 architectures, so it was rejected. When linking, the linker told us about this warning: I think the use of this Xcode setting “$(ARCHS_STANDARD_32_BIT)” has changed its meaning since,..sometime. We [...]
October 30, 2011
В·
polesen В·
3 Comments
Tags: iOS, Xcode В· Posted in: Tools
Universal Library with both Simulator and iOS Architectures
Just a quick note to myself, because today I had to dig out from my brain, how it was I once built a Mach-O Universal library with both Simulator (i386) architecture and iOS (armv6+7) architectures in it. The final fat library created by “lipo” can now be used to link both Simulator and iOS builds. [...]
August 22, 2011
В·
polesen В·
No Comments
Tags: iOS, Xcode В· Posted in: Programming, Tools
