You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case during LiveSync on iOS device/simulator the app is uninstalled manually, the next change in the app should trigger new installation and star of the app. However CLI shows warning that it is unable to stop application in some cases. No matter if the stop application warning is shown, the application cannot start anymore and it should be reinstalled.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
CLI: 3.1.3
Cross-platform modules: not applicable
Runtime(s): not applicable
Plugin(s): not applicable
Please tell us how to recreate the issue in as much detail as possible.
$ tns run ios in any project
Apply some change in any file inside app dir (for example .xml) and verify it has been changed on device.
Uninstall the application manually
Apply another change in the app dir (for example in .xml again).
Application should be installed by CLI and started.
However, after it has been reinstalled it's not started on device and it cannot be started anymore.
The text was updated successfully, but these errors were encountered:
Tell us about the problem
In case during LiveSync on iOS device/simulator the app is uninstalled manually, the next change in the app should trigger new installation and star of the app. However CLI shows warning that it is unable to stop application in some cases. No matter if the stop application warning is shown, the application cannot start anymore and it should be reinstalled.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
$ tns run ios
in any project.xml
again).However, after it has been reinstalled it's not started on device and it cannot be started anymore.
The text was updated successfully, but these errors were encountered: