Will removing support for armv7s architecture stil

2019-03-30 09:44发布

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.

1条回答
做个烂人
2楼-- · 2019-03-30 10:51

Yes, it should work fine. The deciding factor for whether your code will letterbox is the presence of a Default-568h@2x.png image file, not the architecture that the code is built for.

查看更多
登录 后发表回答