flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

[Feature] : Compatibility with FBSDKCoreKit 17.0.0

Open farukoflaz opened this issue 9 months ago • 1 comments

Hi guys,

Plugin name Appinio social share

Is your feature request related to a problem? Please describe. For privacy concerns of Apple we need to update FBSDKCoreKit to 17.0..0 but this package is not compatible with it.

Describe the solution you'd like New update is needed.

Thank you

farukoflaz avatar Apr 29 '24 12:04 farukoflaz

Are there any news about the updates?

shanelic avatar May 10 '24 09:05 shanelic

In my pubspec.yaml

appinio_social_share: ^0.3.1
flutter_facebook_auth: ^6.0.4

ERROR: [!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": 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)

flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 6.2.0, which depends on
  FBSDKLoginKit (~> 17.0.0) was resolved to 17.0.0, which depends on
    FBSDKCoreKit (= 17.0.0)

How should I resolve the error message that appears when I run pod install for my project?

suzyvivi avatar Jul 24 '24 02:07 suzyvivi