App installation failed : This application does not support this device’s CPU type

心不动则不痛 提交于 2019-12-24 12:06:21

问题


I get an error when I try to load my application on iPhone7 in Xcode9.2. version of Iphone7 is ios11.0.

thanks for your help.


回答1:


One thing you can check in your project is that you have selected 'Standard Architectures' in Project's Build Settings. As in below image.




回答2:


In my case 'Standard Architectures' in Project's Build Settings was set, yet I was getting this error. So the thing that fixed it for me was changing the value of "Mach-O Type" to Executable



来源:https://stackoverflow.com/questions/48402713/app-installation-failed-this-application-does-not-support-this-device-s-cpu-ty

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