本文主要是介绍iPhone apps should include an armv6 architecture,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
解 决:选择项目下的生成目标,点到 设置中的 Build Setting ,在Architectures项目下选择对应的发布设置项(对应开发许可的那项),删除原来的 '$(ARCHS_STANDARD_32_BIT)'
原文:
-
Click your Project name (in the left column), followed by the Target:
-
Click the 'Build Settings' tab (in the right column):
-
Click the 'Release' or 'Distribution' row under 'Architectures', and choose 'Other...':
-
Double click the highlighted row named '$(ARCHS_STANDARD_32_BIT)' in the popover that appears, and replace it by typing 'armv6'. Then add a new row with the plus button in the bottom left of the popover, and type 'armv7', then click Done:
That's it. You should now be able to build/archive without generating errors.
这篇关于iPhone apps should include an armv6 architecture的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!