Let's learn how to take action by error type in case of error that does not run iOS Simulator during Flutter development.
Unable to boot the simulator Error
If the iOS Simulator error occurs when running the iOS Simulator in the MAC environment, you can take action in the order below.
- Click on the top left apple icon
- System setting
- Select General > Storage
- Click the Developer right Info(i) button in the list below
- Click and confirm the Delete button after selecting XCode Caches
- Re-run iOS Simulator
VS Code Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
When running Flutter through VS Code in a MAC environment, you can take the following actions to resolve the 'Failed to launch iOS Simulator: Error: Emulator didn't connect with 60 seconds error.
- Shut down the running iOS simulator
- Run Spotlight (Command + Space Bar) to find and run Simulator
- Return to VS Code and run Flutter (e.g.flutter run)
- Select the Run Environment with iOS Simulator
If there is a different type of error, please leave a comment then I will answer it.
댓글