I Have started work on a very simple app. It runs in the browser using ionic serve.
When I try to run it in the emulator, It shows the same outdated version of the app each time. Even simple text changes do not show up.
I’m running it like this.
ionic cordova emulate ios --target=“iPhone-5s” --livereload
What should I do next?