我的构建设置中缺少 arm6
当我尝试归档我的项目时,出现此错误:
警告:iPhone/iPod Touch:应用程序可执行文件缺少所需的体系结构。必须至少存在以下架构之一:armv6 (-19033) 无法验证您的申请。 -(空)
我已经检查了我的构建设置,但我在选项中没有看到 ARM6,只有 7。
任何帮助将不胜感激。
什尼
I am getting this error when i try to archive my project:
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
Unable to validate your application. - (null)
I have checked my build settings but i just don't see ARM6 in the options, only 7.
Any help will be appreciated.
Shni
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通过双击armv7位,删除其中的内容并添加armv6和armv7,在“项目”中手动添加armv6。
Manually add armv6 in 'PROJECT' by double clicking the armv7 bit, deleting what's there and adding armv6 and armv7.
除了添加armv6架构之外,我还必须从我的应用程序info.plist“所需的设备功能”条目中删除armv7条目,以便让我的应用程序在我的旧iTouch上运行。
In addition to adding the armv6 architecture, I had to remove the armv7 entry from my apps info.plist "Required Device Capabilities" entry in order to get my app to run on my old iTouch.