警告:仅限 iPad 的应用程序不应包含 armv6 架构(当前 ARCHS =“armv6 armv7”)
我正在提交一个应用程序,但收到一条警告“警告:仅限 iPad 的应用程序不应包含 armv6 架构(当前 ARCHS =“armv6 armv7”)。”请建议如何删除此警告?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要更改构建设置中的架构,请参阅这个问题:警告 iPhone 应用程序即使使用构建配置集也应包含 armv6 架构,这与您的警告相反。
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.
更具体地说,转到项目 → 构建设置 → 架构。
然后,将您的架构更改为标准 (armv7)。
More specifically, go to Project → Build Settings → Architectures.
Then, change your architecture to Standard (armv7).