UPDATE: I tried with another clean new project. Hot reload works fine.
Every time I perform a hot reload on my VS Code, the hot reload gets stuck with the following message. Anyone knows the problem?
These are the things that I have done.
- Terminal: Ran flutter doctor -- (everything ok, except a warning sign of a little bit outdated Xcode. I'm using Xcode 11.1.0)
- Restarted VS
- Restarted the entire machine
- Running on both simulator and physical iPad
These are my specs:
- Macbook Pro Early 2015
- macOS Mojave
- VS Code 1.52.1 (latest)
- Flutter extension v3.18.1 (latest)
- Dart v3.18.1 (latest)
- Xcode 11.1.0 (not latest)
Debug console:
Launching lib/main.dart on iPad Pro (9.7-inch) in debug mode...
lib/main.dart:1
Xcode build done. 82.4s
Connecting to VM Service at ws://127.0.0.1:51095/_Dfl55VaXyE=/ws

