-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.3.0 - 6.4.1
- iOS Runtime: 6.3.0 - 6.4.1
- iOS 13+
Describe the bug
Unable to attach on iOS from VSCode if there is a running instance on terminal.
The app would crash immediately.
The workaround is to stop the running instance from the terminal before attaching.
To Reproduce
- Start
tns run ios
- Start
tns debug ios --start
from another terminal shell without stopping the 1st command - Open debug URL
=> iOS application crashes
Expected behavior
To be able to debug successfully without having to stop the run
command
Additional context
Support ticket 1453732