我想将 Firestore 添加到 Flutter 应用程序,但在 iOS 上运行它时遇到问题。我已经将此行添加到 pubspec.yaml
cloud_firestore:^0.6.3
颤振已更新。Flutter医生说我有v0.3.1。
在为 iOS 模拟器编译应用程序时,我得到了这个构建错误
Xcode's output: ↳ /
Users/*********/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.3/ios/Classes/FirebaseCorePlugin.m:7:9:
fatal error: 'Firebase/Firebase.h' file not found
#import <Firebase/Firebase.h>
^~~~~~~~~~~~~~~~~~~~~
1 error generated
我还运行 pod update 以确保 cocoapods 没有问题。
更新
经过另一项研究,我发现删除#use_frameworks!从 iOS 文件夹中的 Podfile 中编译项目。但是,如果无法删除,该怎么办?