iOS debug build install fails

后端 未结 2 396
栀梦
栀梦 2021-01-06 04:07

I have a CN1 test project which was last built and successfully installed on various test devices in mid January 2017.

In rebuilding this project using the current C

相关标签:
2条回答
  • 2021-01-06 04:40

    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

    0 讨论(0)
  • 2021-01-06 04:42

    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.

    0 讨论(0)
提交回复
热议问题