Problem with running IOS simulator for my flutter app Problem with running IOS simulator for my flutter app dart dart

Problem with running IOS simulator for my flutter app


This occurred when I opened the Simulator first and then updated XCode -- even without running the app until after XCode updated completely.

What worked for me:

  1. Close Simulator completely (from the dock, right-click -> "Quit")
  2. Close XCode (if applicable)
  3. Run flutter clean
  4. Re-open Simulator
  5. Re-open XCode and let it compile
  6. Run the app again

If it still does not work, try resetting the device at "Device" -> "Erase All Content and Settings..." from the Simulator menu.


I had the same issue a couple of days ago

What I did - and what fixed the problem - was to reset the simulator (Device -> Erase All Content and Settings), and then run $ flutter clean

You should now be able to run your app again


Save time, just go to erase device content and settings from the emulator, then run flutter clean. App should run fine then.