NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to debug after device unlock

DimitarTachev opened this issue · comments

Environment

  • CLI: 5.1.0
  • Cross-platform modules: 5.1.0
  • iOS Runtime: 5.1.0

To Reproduce

  1. tns debug ios (on a real device)
  2. Open the debug URL in Chrome.
  3. Lock the device. (the debug session will be disconnected)
  4. Unlock the device.
  5. Try to reconnect the debug session.

Expected behavior
The session should be successfully reconnected.

Sample project
tns create testApp --js