应用程序可执行文件缺少所需的体系结构。至少以下 armv7 之一
我在向应用商店提交时收到此错误 “应用程序可执行文件缺少所需的体系结构。至少有以下armv7之一”
我不想为armv7构建我的应用程序,因为构建会失败,因为我的第三方库与armv7不兼容。
这是我的项目/构建配置。请帮忙 - 架构:armv6(我删除了$(ARCHS_STANDARD_32_BIT)) 基础 SDK:最新 iOS (5.0) 仅构建活动架构:否 有效架构:armv6 armv7 i386
I am getting this error while submitting for app store
"application executable is missing a required architecture. at least one of the following armv7"
I don't want to build my application for armv7 as the build will fail, because my third party library is not compatible with armv7.
Here are my project/build configurations. Pls help -
Architectures: armv6 (I removed $(ARCHS_STANDARD_32_BIT))
Base SDK: Latest iOS (5.0)
Build Active Architecture Only: No
Valid Architectures: armv6 armv7 i386
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到项目设置 ->构建设置->双击 Architecture 并添加 armv6 和 armv7 并删除所有内容
go to project settings -> Build settings -> and double click on Architecture and add armv6 and armv7 and delete all it have