Every time I change a code even it\'s only one line I have to run the command
sudo ionic cordova prepare ios
and I have to click play button o
Is there a way to see the changes in real time?
Yes, there is! The answer is Ionic DevApp
The Ionic DevApp is a free app that makes it easy to run your Ionic app directly on your iOS or Android device.
Skip dealing with frustrating Native SDK installation issues, just run ionic serve -c, open the DevApp, connect to the same network, and the app will automatically load and run your app.
The DevApp comes with many native plugins built right in, so you don’t need to worry about installing plugins.
You can check the list of supported Cordova plugins here.