-
-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Description
Since upgrading to NativeScript 2.5 I’ve occasionally hit this odd problem where tns run ios
gets stuck in a loop.
That is, after I make a change to my app I keep seeing these four lines outputted continuously:
Transferring project files...
Unable to sync files. Error is: ENOENT: no such file or directory, stat '/Users/tj/Desktop/HelloWorld/platforms/ios/HelloWorld/app/tns_modules/adm-zip/adm-zip.js'
Skipping prepare.
The specific file is sometimes different, but it’s always something in tns_modules
. I’m going to try to get better recreation steps for you because I know this is a bit vague, but I thought I’d let you know that I’m hitting this.
Plamen5kov and asiby