Quit the simulator & Xcode. Opened Activity monitor , selected cpu option and search for sim , killing all the process shown as result. Then fired up the terminal and run sudo xcrun simctl erase all . It will delete all content of all simulators.
Read moreHow do I open an iOS emulator in VS code?
Open Android emulator/ iOS simulator using VS Code
Read moreHow do I select a device on VS code?
Run the app
Read moreHow do I change the device selection on flutter?
Set up the Android emulator
Read moreHow do I run a specific device in flutter?
Quickly Switching Between Flutter Devices
Read moreHow do I run the flutter app on multiple devices?
Firing up all devices Press the F5 key . If the F5 shortcut to Start Debugging does not work for you, navigate to Debug & Run on the side panel and select the Flutter-All Configuration you’ve just created and then Run.21 Oca 2021
Read moreHow do I add iOS simulator to Visual Studio Flutter?
There is an editor plugin for Android Studio, IntelliJ, or VS Code. However, I recommend to go for VS Code(Visual Studio Code).
Read more