Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FBSDKCoreKit version is old #311

Open
berkancnr opened this issue Sep 17, 2024 · 1 comment
Open

FBSDKCoreKit version is old #311

berkancnr opened this issue Sep 17, 2024 · 1 comment
Assignees

Comments

@berkancnr
Copy link

Version not latest!

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
In Podfile:
FBSDKCoreKit (~> 17.1.0)
appinio_social_share (from .symlinks/plugins/appinio_social_share/ios) was resolved to 0.0.1, which depends on
FBSDKCoreKit (= 17.0.2)
Specs satisfying the FBSDKCoreKit (~> 17.1.0), FBSDKCoreKit (= 17.0.2) dependency were found, but they required a higher minimum deployment target.

@willy-fithub
Copy link

In my case, my project got conflicts on FBSDKCoreKit version from pubspec.yaml:

  • appinio_social_share: 0.3.1
  • facebook_app_events: 0.19.0

Here is the log:
`[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
In snapshot (Podfile.lock):
FBSDKCoreKit (= 16.1.3, ~> 16.0)

In Podfile:
appinio_social_share (from .symlinks/plugins/appinio_social_share/ios) was resolved to 0.0.1, which depends on
FBSDKCoreKit (= 16.1.3)

facebook_app_events (from `.symlinks/plugins/facebook_app_events/ios`) was resolved to 0.0.1, which depends on
  FBSDKCoreKit (~> 17.0)`

I think you guys can upgrade FBSDKCoreKit from appinio packages to resolve this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants