Livereload not rebuilding the Ios on xcode

Im trying to livereload my app.
On Windows => VScode

ionic capacitor run android -l --external --adress 

After entering the comand will show a list of simulators/devices and after i choose one the app is installed there and rebuilded after every change.

On Mac => VScode

ionic capacitor run ios-l --external --adress 

After entering the comand Xcode is open. (No devices are listes as in windows) Installing the app through Xcode. On VScode changes are detected but no rebuild is happen on device/simulator.

Any solution please ?

this was resolved here

1 Like