From what I've read, the iPhone 5 will use a new architecture, armv7s
. My project had valid architectures as armv7
, and had Build Active Architecture Only
set to true
. Since every app in the store right now is built for armv6
and/or armv7
, I can't imagine that it will not run on the new iPhone. So what occurs? Does it just not run as well as it could?
I could just use a better explanation of what is occurring, and what would be different once I rebuild and submit with armv7s
as a valid architecture.