最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Flutter iOS Pod Install Problem & App Not Running on Simulator - Stack Overflow

programmeradmin1浏览0评论

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).

发布评论

评论列表(0)

  1. 暂无评论