#ionic #capacitor #iossimulator
This tutorial discusses how to run an ionic app on an ios simulator.
First, download and install Xcode
https://developer.apple.com/xcode/res...
Then run a mobile app on ios simulator.
Thereafter setup ANDROID_HOME, JAVA_HOME environmental variable on Mac OS X.
Finally follow the simple steps that have been given below. so open the terminal and run the below command.
01 $ ionic start myapp tabs --type=capacitor
02 $ cd myapp
03 $ ionic capacitor add ios
04 $ ionic build
05 $ ionic capacitor sync
05 $ ionic capacitor run ios
subscribe to get the latest video.