How can I force the simulator to run IOS 11? The following command doesn’t show IOS 11.
ionic Cordova emulate ios --list
Normally I use this command:
ionic Cordova emulate IOS --target=“iPad-Air” -l -c
I have ios 11 installed and the sim is running from inside XCode beta.
Thanks