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
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: 5.3.0
Cross-platform modules: 5.3.1
iOS Runtime: 5.3.1
Describe the bug
After starting a normal session with tns run ios with an iOS simulator, if the app crashes (possible in a native code not JS, not sure if this is important) it is stuck on the screen where it crashed (app does not close due to the crash). After that if you cause a new livesync of the app it cannot be refreshed for around 1 min. Stopping the tns run ios with Ctrl + C causes the next start of this process to hang on the splash screen of the app.
To Reproduce
Using this project make the app crash by calling a method that does not exist on the RadListView nativeviewProtected.
Expected behavior
The app is restarted after it has crashed after you cause a livesync.