Did a search for this question and could not find much help.
"could not build module 'Foundation'"
#import < Foundation/Foundation.h>
Not certain what is the problem. Thank you for any advice.
Did a search for this question and could not find much help.
"could not build module 'Foundation'"
#import < Foundation/Foundation.h>
Not certain what is the problem. Thank you for any advice.
If using flutter run
flutter clean
in terminal or in android studio, restart emulator and run app.I found that if you use some external c / c++ code in your project, you have to remove all the #import in prefix. that's quite headache but it's a true problem