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
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
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.