appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

FBSDKCoreKit upgrade #110

Closed MohamedAskar closed 1 year ago

MohamedAskar commented 1 year ago

I am using the package and now I am trying to introduce Facebook login to my app using flutter_facebook_auth but I am facing an issue in pod install

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
  In snapshot (Podfile.lock):
    FBSDKCoreKit (= 15.1.0)

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

    flutter_facebook_auth (from '.symlinks/plugins/flutter_facebook_auth/ios') was resolved to 5.0.9, which depends on
      FBSDKLoginKit (~> 16.0.1) was resolved to 16.0.1, which depends on
        FBSDKCoreKit (= 16.0.1)

Is it possible to upgrade the package to use the latest FBSDKCoreKit version?

Thanks.

khanmujeeb687 commented 1 year ago

Hey @MohamedAskar this will be updated in the next version.