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 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 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 moreHow do I run the Flutter app in Xcode simulator?
Deploy to iOS devices
Read moreCan Flutter run on iOS?
Flutter is a new way to build UIs for mobile, but it has a plugin system to communicate with iOS (and Android) for non-UI tasks . If you’re an expert in iOS development, you don’t have to relearn everything to use Flutter. Flutter also already makes a number of adaptations in the framework for you when running on iOS.
Read more