How do I change the ios simulator in Flutter?

3,216

Solution 1

On Mac when you open simulator go to

file->open devices->iOS...

Solution 2

Below is the process to add different devices.

  1. AndroidStudio “Open iOS module in Xcode”

    enter image description here

  2. Xcode “Set the active scheme” enter image description here

  3. Xcode Select a different device

    enter image description here

  4. Xcode Run

  5. Now you can see another simulator running on your screen on the version which you selected.

    enter image description here

Based from: https://medium.com/@nickota/change-version-of-iphone-in-the-simulator-android-studio-flutter-e42a6ace4df9

Share:
3,216
goodonion
Author by

goodonion

Updated on December 20, 2022

Comments

  • goodonion
    goodonion over 1 year

    I changed the simulator in Xcode but when I opened it on Android Studio, it always opens the same one How do I change the simulator for Flutter?