Hello Folks,
When I try to run my project either in xcode or in Android studio in iOS 16.1 device then it says like "error: 'Flutter/Flutter.h' file not found" and "error: failed to emit precompiled header ios/Runner/Runner-Bridging-Header.h".
Following are my current details:
MacOS: 13.0.1 Ventura Flutter: 3.3.8 Dart: 2.18.4 Android Studion Chipmunk
If anyone have any valid solution to this issue which actually works then it will be very helpful.
Thanks.
I did try following solutions:
Tried deleting ios flutter and regenerate it.
Tried Flutter clean, pub get, cd ios, pod install, pod update but nothing worked.