warning: all apps should include an armv7 architecture (current archs = “arm64”)

两盒软妹~` 提交于 2019-12-21 02:52:25

问题


warning: all apps should include an armv7 architecture (current archs = "arm64").

I have read other posts with earlier versions of XCode and none of those examples helped fix this. Its seems no matter what I put in the settings, as you see below, helps. I still get the same error.

The project and the target settings look the same. I have tried adding armv7s and that doesnt help.

I dont know why the error says current archs - arm64. Doesnt it see everything else?


回答1:


I found that the order in which the architectures are in makes a difference. If they are not exactly in the order armv7 armv7s arm64 then it doesn't work.

Below is a screen shot of what works.



来源:https://stackoverflow.com/questions/28096072/warning-all-apps-should-include-an-armv7-architecture-current-archs-arm64

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!