【发布时间】:2021-10-27 00:32:24
【问题描述】:
在我尝试使用 firebase 后,我的 Xcode 构建需要很长时间才能运行。我找到了一个解决方案,需要我将其添加到我的 podfile 中
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '6.26.0'
然后删除 podfile.lock 以最终运行 pod install。但是 pod install 带来了这个错误,因为
[!] No `Podfile' found in the project directory.
我已经尝试再次安装可可豆荚,但 pod install 命令在 pod init one 下仍然不起作用
我能做些什么来解决这个问题
【问题讨论】:
标签: flutter