1

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

Nishant Bhindi
  • 2,242
  • 8
  • 21
KBeckers
  • 416
  • 4
  • 12
  • I have sam problem [link](https://stackoverflow.com/questions/46328873/error-run-on-ios-emulator-after-update-to-ios-11-ionic-3) – wstudiokiwi Sep 21 '17 at 13:40

1 Answers1

0

You need run command cd platforms/ios/cordova && npm install ios-sim@latest Detailed in my post

wstudiokiwi
  • 880
  • 1
  • 15
  • 33