The strangest thing!
If I run ionic serve --lab
it displays the latest version from my www folder (updated controllers, HTML, CSS, etc).
When I run ionic build ios
and then ionic emulate ios
it runs an old version of my app from a few days ago which is extremely different to my current.
I’ve done an ionic state reset
, ionic platform remove ios
and ionic platform add ios
with no luck.
Has any one else experienced this before? (aside from @jacobscarter here where there was no solution.
Any idea what else I can run to get it building cleanly?
Thank you.