Search code examples
iosangularnativescript

Nativescript Angular emulator not refreshing with tns run ios


I have trouble determining why my iOS emulator is not updating in real time as I update my code. Each time I make changes, the terminal registers the updates, however the emulator doesn't refresh the view. This is my console output:

Compilation complete. Watching for files changes.
File Change detected. Starting incremental compilation...
Compilation complete. Watching for file changes.

If anybody could please point me in the direction of this issue, that would be superb as there isn't much else to go by on any other forums.


Solution

  • I found that when running the application from a file path which contained a space, the real time updates had trouble. After ensuring all directories within the project absolute path contained no spaces, the livereload worked.