After switching the flutter channel to beta and back to stable, my app did not compile anymore. The compilation stopped with the following error:
Plaintext
fatal error: 'Flutter/Flutter.h' file not foundMultiple flutter clean and channel switches did not work in this case.
The following commands fixed this behavior:
Plaintext
rm ios/Flutter/Flutter.podspec
flutter cleanSee: https://github.com/flutter/flutter/issues/70895#issuecomment-744734693

Leave a Reply