appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

FBSDKCoreKit version is old #311

Open berkancnr opened 1 month ago

berkancnr commented 1 month ago

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 commented 2 weeks ago

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

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.