“could not build module 'Foundation'”

2020-05-30 03:47发布

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.

标签: foundation
8条回答
够拽才男人
2楼-- · 2020-05-30 04:04

If using flutter run flutter clean in terminal or in android studio, restart emulator and run app.

查看更多
forever°为你锁心
3楼-- · 2020-05-30 04:16

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

查看更多
登录 后发表回答