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 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 change the device selection on flutter?
Set up the Android emulator
Read moreHow do I turn on iOS simulator?
Click Product -> Destination -> iOS Simulator -> Choose Device to run . Then build and execute Xcode project. Show activity on this post. On Mac, if you right click on the Simulator icon, you can select devices and it will open a new device.
Read more