我正在编写一个在 Flutter 上制作的应用程序。我使用 Firebase Firestore 作为数据库。我在 pubspec.yaml 中添加了 cloud_firestore 作为依赖项。当我为 android 构建 apk 时,它工作得很好,但是在 Xcode 中,当我尝试为 iOS 构建应用程序时,我有一个错误(附加图像)“未找到模块 cloud_firestore”,所有其他依赖项都在工作。我已经尝试了所有方法:pod 安装、pod 更新、删除 Podfile、删除 Podfile.lock,我什至创建了一个空白应用程序并添加了 cloud_firestore 作为依赖项,但它仍然发生。
答案 0 :(得分:0)
inxcode,清理构建文件夹。
在终端中,flutter clean
flutter pub get
在终端中。
不要接触 Pod,构建您的文件。