警告:仅限 iPad 的应用程序不应包含 armv6 架构(当前 ARCHS =“armv6 armv7”)

发布于 2024-12-04 15:14:32 字数 94 浏览 0 评论 0原文

我正在提交一个应用程序,但收到一条警告“警告:仅限 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮华 2024-12-11 15:14:32

您需要更改构建设置中的架构,请参阅这个问题:警告 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.

深者入戏 2024-12-11 15:14:32

更具体地说,转到项目构建设置架构

然后,将您的架构更改为标准 (armv7)。

More specifically, go to ProjectBuild SettingsArchitectures.

Then, change your architecture to Standard (armv7).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文