Flutter应用程序不编译:Cocoapods找不到pod; flutter_facebook_auth&quot的兼容版本。

发布于 2025-01-24 17:49:43 字数 267 浏览 2 评论 0 原文

firebase_auth:使用“ firebase_core”中定义的firebase SDK版本'8.15.0' firebase_core:使用“ firebase_core”中定义的firebase SDK版本'8.15.0' [!] Cocoapods找不到POD“ Flutter_facebook_auth”的兼容版本: 在Podfile中: flutter_facebook_auth( .symlinks/plugins/flutter_facebook_auth/ios

firebase_auth: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
[!] CocoaPods could not find compatible versions for pod "flutter_facebook_auth":
In Podfile:
flutter_facebook_auth (from .symlinks/plugins/flutter_facebook_auth/ios)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

溺深海 2025-01-31 17:49:43

Facebook App Events需要更新其iOS SDK版本。或者您可以使用:

flutter_facebook_auth: 3.5.0+1
  • 不要在版本中使用 ^,因为这将安装最新的
    版本3.5.2

来源:

Facebook app events needs to update their ios sdk version. Or you can use :

flutter_facebook_auth: 3.5.0+1
  • don't use ^ in the version because this will install the lastest
    version 3.5.2

source:
https://github.com/darwin-morocho/flutter-facebook-auth/issues/157

黄昏下泛黄的笔记 2025-01-31 17:49:43

同时,您可以在PubSpec.yaml中使用以下依赖项(它们兼容)

flutter_facebook_auth: 4.3.1
facebook_app_events: ^0.16.0

希望Facebook_app_events很快就会更新。您可以在

You can use, in the meantime, the below dependencies in your Pubspec.yaml (these are compatible)

flutter_facebook_auth: 4.3.1
facebook_app_events: ^0.16.0

Hopefully facebook_app_events will be updated soon. You can follow the issue in their GitHub page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文