Skip to content

Application hangs on iOS during LiveSync #3007

@rosen-vladimirov

Description

@rosen-vladimirov

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:

  • 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.

  1. $ tns run ios in any project
  2. Apply some change in any file inside app dir (for example .xml) and verify it has been changed on device.
  3. Uninstall the application manually
  4. Apply another change in the app dir (for example in .xml again).
  5. 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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions