-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LiveSync with console.log support for iOS simulators #1262
Comments
Did this make it into the 1.6 release? It doesn’t seem to be working for me. |
Yep, I've tested it and it worked. What's your XCode version, simulator and the command that you are executing? |
@rosen-vladimirov: I’m using Xcode 7.2.1 with a iOS 9.2 simulator and using I see console logs the first time I run the app, but as soon as I make a single change I no longer see console logs or stack traces. |
Same as TJ, tns 1.6.1 Looks like if I update the XML, I get my console log dumps, but any JS change just isn't shown |
Guys, can you try |
@rosen-vladimirov: I’ve tried this several times on several different apps and I consistently don’t see the console logs 🙁 |
@tjvantoll Thank you for testing it. I'll give it a try in the next couple of days and see what's going on there. |
Still not working with {N} 1.7.0 RC. Here is the test case:
|
+1 |
I confirm that it still doesn't work (1.7.0), I think it is a MUST for any serious development! |
Confirm that it still doesn't work in 1.7.0. Definitely a huge issue that needs to be fixed. |
Fixed in 2.0.0. |
Starting with {N} CLI 1.5.0,
consoloe.log()
messages is supported with LiveSync on Android device/emulator and iOS device (#1130) - support for iOS simulators to be implemented.The text was updated successfully, but these errors were encountered: