1

When I try to run a flutter app on an iPad connected to my Mac, on the terminal the progress gets stuck here: enter image description here

The app is fully open on the iPad and functional. But on the terminal, I can not hot reload/restart. Anyone experienced this before?

Henry
  • 379
  • 4
  • 11

1 Answers1

0

This solution worked for me:

 pod repo remove master
 pod setup
Eric Aya
  • 69,473
  • 35
  • 181
  • 253