-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns livesync ios --emulator --watch doesn't sync changes #776
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
Comments
Hi @tjvantoll , Can you give us more information about your iOS simulator - device type, sdk version? I've just tested |
I'm using the default on my machine, which is an iPhone-4s running iOS 8.4. It's odd because |
I made a short video to show this in action: https://www.dropbox.com/s/odfkf9rvrj26dqp/livesync-issue.mov?dl=0 |
I've tested |
Looking at the logs myself it seems I'm actually running the iOS 8.1 simulator, which I'm not sure how that happened. Let me get an iOS 8.4 simulator running and get back with you. Thanks for the quick help. |
Hmmmm... I made sure to run an iOS 8.4 simulator and I had the same issue. Here's a log of me making a single change: https://gist.github.com/tjvantoll/6a29fb6d77eb22050b97. |
Just tried on a new project and this command works as expected, which is odd. I had updated the previous project to use the 1.2.1 iOS runtime. I'm still playing with this to try to see what's up. |
We've reproduced the problem using |
tns --version:1.6.1 |
Hi @xuezier, I am not aware and not able to reproduce such a problem with NativeScript 1.6.1 . Could you please open a new issue if you are still experiencing it? Thank you. |
yes,I tried many time but still experiencing this problem. |
I have run tns livesync ios --emulator --watch and it launches the emulator and the groceries app launches but then immediately closes. Any suggestions? |
@ecabrera1 Maybe you're running into this? NathanWalker/angular-seed-advanced#230 |
Hey all,
After 1.2.2
tns livesync ios --emulator
works great, but if I add the--watch
flag the iOS simulator no longer reflects my changes. The watcher works, and the simulator reloads, but my changes are not present.tns livesync android --emulator --watch
works as expected.Thanks.
The text was updated successfully, but these errors were encountered: