You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Access App distribution directory
cd cordovaApp
# Adding iOS platform support
cordova platform add ios
# on a iPhone-8-Plus
cordova emulate ios --target="iPhone-8-Plus, 11.2"
# on a Ipad-Air-2
cordova emulate ios --target="iPad-Air-2, 11.2"