Testflight error: This build doesn't support iPhone 5c GSM. Ask the developers to support your device

佐手、 提交于 2019-12-04 19:25:30

问题


Im new to iphone development. I have created new phonegap app and installed couple of plugins. Im using testflight.com to install and test apps on devices. Last time i have installed facebook connect plugin and made required settings. App working fine on xcode simulators and created new archive. There is no error while uploading on testflight.com.

but when i tried to install on my registered device, i got this error in safari.

Testflight error: This build doesn't support iPhone 5c GSM. Ask the developers to support your device

I googled this message but couldn't get any appropriate answer.

Thanks for your time and help


回答1:


Have had the same issue a few times, saying not compatible iPhone 4, 4S etc, though this was fixed when I simply archived the app with 'iOS Device' selected rather than archiving for a device that's plugged in at the time. Archiving for a device that's plugged in seemed to pick up its architecture build, which if it is a newer device that is being run on may cause this 'incompatible' issue with older devices.

By archiving with simply 'iOS device' option selected this solved the issue. (contrary to what I initially thought, archiving doesn't need to be with an actual device connected, just as long as it's not the simulator.)

Hope this helps,

cheers Jim.




回答2:


When you archive your app in Xcode, you are probably not building it for all the architectures needed (armv7 for iPhone 5C). Try changing the build setting for Build Active Architectures Only as described in this answer.




回答3:


Put the Build Active Architectures Only setting to NO for both project and builds



来源:https://stackoverflow.com/questions/20989659/testflight-error-this-build-doesnt-support-iphone-5c-gsm-ask-the-developers-t

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