March 13, 2025 by Toyin A.
IOS Simulator not opening for Flutter

If you have never run the IOS simulator on your mac before then you might be running into the same issue I had. Trying to open the IOS simulator through Flutter will just do nothing and the simulator never opens anything. Trying to create a new simulator similarly does not do anything and you possibly can open a new simulator but are unable to select an OS version when trying to do so. Restarting your machine doesn’t work either.
Very simply - The exact problem and solution are detailed below:
https://stackoverflow.com/questions/77199500/ios-simulator-is-not-running
Just hope that having it here will allow more people to find and resolve the same issue. I will also paste the solution here:
If you are trying to start a new simulator and there are no options for OS Version, then it means that there are no simulator runtimes installed. Here are the steps I took:
- Open Xcode.
- On the menu bar, click on “Window”
- Click “Devices and Simulators”
- In the Devices and Simulators Window click on the “Simulators” tab. At this point, you won’t see anything in the tab.
- At the bottom left corner press the `+` icon. This will open a window to create a new simulator
- in the window, click the dropdown menu next to “OS Version”. Then, select the option “Download more simulator runtimes…”.
- From here, you can download which platforms you want to simulate (Which in my case is IOS).
Peace and Blessings
T