我正在提交一个应用程序,但收到警告“警告:仅限 iPad 的应用程序不应包含 armv6 架构(当前 ARCHS =“armv6 armv7”)。请建议如何删除此警告?
问问题
2553 次
2 回答
1
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.
于 2011-09-16T06:57:15.677 回答
1
更具体地说,转到项目→构建设置→架构。
然后,将您的架构更改为标准 (armv7)。
于 2012-08-07T20:54:08.300 回答