I'm trying to do Hot Reload when running flutter code from xcode but nothing I seem to do works.
I see a console within xcode. I can see my logs there but I don't see the normal "Flutter run commands" output. When I type "r" or "R" there it just writes "r" or "R" with no change to my running app.
I have tried running flutter run
from the terminal and I also can't type "r" or "R" without it only typing that letter into the console.
I can do do hot reload via VSCode but I'm running into this issue (I can temporarily fix this issue but it comes up every other build).