Reputation: 425
After successfully generated .ipa and trying to install in selected UDID devices, it's not being installed
It throws the error -- Unable to Download App "appname" could not be installed at this time.
We are trying install on iPhone 5s devices.
Upvotes: 3
Views: 95
Reputation: 7483
Your issue may be related to this ios-debug-build-install-fails.
In addition to above, ensure that:
Edit:
Most developers experienced this due to testing on 32bit devices. Don't forget this blog.
If you are using any device older than iPhone 6, add the build hint ios.debug.archs=armv7
.
Upvotes: 1