Will removing support for armv7s architecture still work fine for the iPhone 5 screen?
Asked Answered
P

1

4

I am using Xcode 4.5 and using the base SDK, iOS6 and am porting my app for iPhone 5. Some of the libraries that I use for my app are still not built for armv7s architecture.

Will removing support for armv7s architecture still work fine for the iPhone 5 screen? Or, will I see black letterboxes? It works fine on the simulator though. Would like to know if anyone got a chance to test this case.

Presnell answered 25/9, 2012 at 4:17 Comment(0)
H
6

Yes, it should work fine. The deciding factor for whether your code will letterbox is the presence of a [email protected] image file, not the architecture that the code is built for.

Hobnailed answered 25/9, 2012 at 5:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.