0

i have developed a Flutter app and it works well on android. However, im trying to run it on iOS simulator on my macbook but i keep getting this error Flutter/Flutter.h file not found.I have tried solutions like this but i still cannot get it to work.

Flutter.h not found

Roy
  • 137
  • 1
  • 1
  • 8

1 Answers1

0

Try running command flutter create .

This will regenerate the ios folder and fix any issue in the module.

SinaMN75
  • 6,742
  • 5
  • 28
  • 56