iOS debug build install fails

南笙酒味 提交于 2019-11-30 22:48:27

Check that the UDID of the device you are trying to install the app on is correct and attached to the app provisioning profile during the setup wizard.

Also, if the package name of your app changes, remove the existing app from your device before installing.

Lastly, Make sure your App doesn't have a similar reverse domain name as any app on the testing device...which includes your app's store build.

For anyone else caught out with old 32 bit devices you need to do this..

Don't forget this: codenameone.com/blog/moving-to-64bit-by-default.html if you have a 32bit device you must add the build hint ios.debug.archs=armv7 – Shai Almog 14 hours ago

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