【发布时间】:2021-12-16 06:42:11
【问题描述】:
我一直在尝试使用 Firebase。尝试在IOS模拟器上运行应用程序后,它给出了这个错误
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
CocoaPods not installed or not in valid state.
Error launching application on iPhone 12 Pro Max.
问题也是我无法运行颤振医生,因为即使它在说找不到颤振命令的路径中,我也徒劳地尝试了所有解决方案。
我继续尝试删除 pod 文件并使用 pod install 重新安装它,一切正常,但仍然无法正常工作。我使用 brew 更新了 cocoapods,因为它没有使用 gem 并且对 ruby 做了同样的事情,但它仍然无法正常工作 我不知道我应该展示哪个项目 任何帮助将不胜感激。
【问题讨论】:
标签: flutter