I use ionic cordova run ios --device
to push the latest code to a local iOS device.
Sometimes the phone is locked or disconnected and the compiled package will fail to deploy.
In this scenario, I need to re-run the same command to compile and deploy.
Is it possible to use the already compiled package and only do deploying action?
Thanks,
Xi