App not compatible on iPhone 4s and 5 in Testflight

你。 提交于 2019-12-04 20:21:34

问题


I'm nearly finished with my app, and I'm testflighting it right now. The problem is that I can't get it to work on iPhone 4s and iPhone 5. The deployment target is set to 8.0, and it's running perfectly on the iPhone 4s simulator. When my testers open TestFlight, they can see this list of compatible devices, and people with devices older than iPhone 5s can't install it. This is what my testers see in TestFlight:

Another strange thing is that it compatible with iPad, but I've set my devices to iPhone only in Xcode.

I have tried researching this, but I can only find questions related to auto layout and sizing issues. I've made sure everything should look fine on all devices, what am I missing?


回答1:


The problem was a pretty easy one to solve, thanks to rmaddy for pointing it out. I had to set Built Active Architecture Only in Build settings to No for release. I didn't change the setting for debug as that only gave me compilation errors. See screenshot:

.

来源:https://stackoverflow.com/questions/33900295/app-not-compatible-on-iphone-4s-and-5-in-testflight

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