ionic capacitor live code example
Example 1: ionic capacitor ios live reload
ionic cap run ios -l --external
Example 2: ionic capacitor ios
// if you didn't run before
ionic build
// then
npx cap add ios
ionic cap run ios -l --external
// if you didn't run before
ionic build
// then
npx cap add ios