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.