开发者

warning: iPad only apps should not include an armv6 architecture (current ARCHS = "armv6 armv7")

开发者 https://www.devze.com 2023-04-05 19:40 出处:网络
I am submitting an app and i am getting an warning \"warning: iPad only apps should not include an armv6 architecture (current ARCHS = \"armv6 开发者_如何学Carmv7\").\" please advice how to remove thi

I am submitting an app and i am getting an warning "warning: iPad only apps should not include an armv6 architecture (current ARCHS = "armv6 开发者_如何学Carmv7")." please advice how to remove this warning?


You need to change your the Architectures in you build settings, see this SO question: Warning iPhone apps should include an armv6 architecture even with build config set which is the opposite of your warning.


More specifically, go to ProjectBuild SettingsArchitectures.

Then, change your architecture to Standard (armv7).

0

精彩评论

暂无评论...
验证码 换一张
取 消