Fix Unable To Get List of Installed Simulator Runtimes On MacOS
Fix Unable To Get List of Installed Simulator Runtimes On MacOS

In this blog, we will explore why this problem occurs, and the detailed steps to fix it.

When running flutter doctor, I encountered an error: “Unable to get list of installed Simulator runtimes.” The exact error message is displayed below.

This error message indicates that the iOS simulator is not installed. To resolve this, you can install the missing components by running the following command:

xcodebuild -downloadPlatform iOS

The simulator package is about 7.5 GB, so the installation process may take a while. Once the installation is finished, the error should be resolved.

Happy coding!

People Also Search For

  • Install Simulator on mac
  • flutter doctor xcode
  • xocde install simulator
Last modified: August 30, 2024

Comments

Write a Reply or Comment

Your email address will not be published.