I am submitting an app and i am getting an warning "warning: iPad only apps should not include an armv6 architecture (current ARCHS = "armv6 armv7")." please advice how to remove this warning?
2 Answers
1
votes
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.