I have this random issue with ionic build or ionic run.
ionic build
ionic run
I\'ve noticed that during compilation it uses the cache of my source code, therefor
You need to increment your app version on your config.xml (at the top of your project folder) to reflect your changes before running:
On this example, increment the attribute version to 0.0.9: version="0.0.9".
version="0.0.9"
Then run android or run ios.
run android
run ios