Failed to Launch iOS Simulator in vs code

Viewed 1350

I am getting the following error when I run my code in vs code. I am getting the same error if I use an android simulator.

Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds

1 Answers

The output of flutter doctor should tell you what could be wrong. Most probably, you're using an outdated version of Xcode. Also, the output of flutter doctor should include the currently supported Xcode version.

Related