-
-
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
"tns livesync ios --watch" doesn't sync js changes if pacakgeId and folder name does not match #1532
Comments
@xuezier, could you please share:
Can you execute |
Shasum of file /Users/xuezhijing/NativeScriptProject/sample-Groceries/app/views/login/login.js is 404b7e2415abf25a7a05238f7d9f4e4a455ca6aa |
xcode version: 7.2.1 |
@vchimev help! QAQ |
@xuezier, thank you for the details. The issue is in the way we try to restart the app during LiveSync on iOS Simulator. However, you could easily workaround it by setting the
@tjvantoll, could we make the same update to the repository to avoid the problem while there is a fix? |
ok,the problem is solved. |
@vchimev: The |
@vchimev explained the problem to me on Slack. I just updated Groceries’ app id to workaround the problem. |
@i am having the same issue. That command does not restart my ios emulator. Is there a slack session I can join where I can share my log files? |
Hi @cdalsoniii, the issue here is that the last part of the
or
|
I actually chose the second option above and still am having trouble
NOTE: The information contained in this transmission, including any On Mon, Feb 29, 2016 at 6:14 AM, Vasil Chimev notifications@github.com
|
Are you able to respond to my message vchimev? |
Hi @cdalsoniii, I just updated the sample-ng-todomvc repository (in order to avoid the issue with syncing on iOS simulator) and with {N} CLI 1.6.2 executed:
After the steps above, every change in the main-page.ts file get synced on the simulator and the app restarts. Could you please try the same at your end? If you still have a trouble, you could open a new issue here and/or discuss it in NativeScript Community on Slack or NativeScript Google Group |
Fixed |
tns livesync ios --emulator --watch, js file has changed,but not sync
xml and css are working good
os x 10.11.1
The real problem:
When id of your app is "org.nativescript.TestApp" and it is placed in folder != TestApp (for example SampleApp) livesync --watch does not sync changes in js files.
Workaround: Make last part ot your app id == name of the folder where project is located.
The text was updated successfully, but these errors were encountered: