我最近将 Dart SDK 从 2.10.0 更新到 2.12.0,现在即使在尝试了几件事后,我仍然不断收到此错误:
h:5:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
flutter clean
删除 Flutter.framework
文件夹并运行 pod install 后,该文件夹不会重新生成,而且我也看不到 App.framework
,因此我从新项目中复制了这 2 个文件夹并尝试查看如果这使它起作用,但它也失败了。
有关如何解决此问题的任何建议?