admin管理员组文章数量:1356591
I am working on a Flutter project and recently encountered an issue related to CocoaPods while integrating the firebase_crashlytics
plugin. When I try to run the project, I get the following error:
What I have tried: Running pod update Firebase/Crashlytics:
I tried running pod update Firebase/Crashlytics in the ios directory, but the issue persists.
Ensuring Latest Plugin Versions:
I updated the firebase_crashlytics plugin to the latest version in my pubspec.yaml file and ran flutter pub get.
Cleaning the Flutter Project:
I ran flutter clean and then reinstalled the CocoaPods by running pod install in the ios directory.
Removing Podfile.lock:
I also tried deleting the Podfile.lock and the Pods directory and reinstalled the pods with pod install.
However, the issue persists, and I can't find a resolution. The error suggests that there's a conflict between the Firebase/Crashlytics version specified in my Podfile.lock (10.12.0) and the one required by firebase_crashlytics (11.8.0).
本文标签: Flutter iOS Pod Install Problem amp App Not Running on SimulatorStack Overflow
版权声明:本文标题:Flutter iOS Pod Install Problem & App Not Running on Simulator - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743992374a2572381.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论