Environment:
[✓] Flutter (Channel master, 1.19.0-2.0.pre.214, on Mac OS X 10.15.4 19E287, locale en-PH)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.45.1)
[✓] Connected device (2 available)
When I run flutter devices
all I get are the following:
Web Server • web-server • web-javascript • Flutter Tools
Chrome • chrome • web-javascript • Google Chrome 83.0.4103.61
<and my physical devices which I ommited>
Now when I run flutter emulators
, I get the built-in apple_ios_simulator and the Android emulator which I created:
apple_ios_simulator • iOS Simulator • Apple • ios
Pixel_API_R • Pixel API R • Google • android
Creating an Android emulator is easy, I can just add as much AVDs I want using Android studio and they'll show up every time I call flutter emulators
.
How do I do that for iOS simulators?