OpenFlutter / flutter_share_me

Flutter Plugin for sharing contents to social media. You can use it share to Facebook , WhatsApp , Twitter And System Share UI. Support Url and Text.
https://github.com/lizhuoyuan
Apache License 2.0
150 stars 145 forks source link

CocoaPods could not find compatible versions for pod "FBSDKLoginKit" #106

Open RoyalCoder88 opened 1 year ago

RoyalCoder88 commented 1 year ago

Hi, thanks for your great product please update the flutter_facebook_auth dependency to the latest, thanks!

Error:

[!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit":
  In Podfile:
    flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 5.0.4, which depends on
      FBSDKLoginKit (~> 15.1.0)

    flutter_share_me (from `.symlinks/plugins/flutter_share_me/ios`) was resolved to 0.0.1, which depends on
      flutter_facebook_auth
Screenshot 2022-11-07 at 21 21 12
RoyalCoder88 commented 1 year ago

Please fix dependency version, thanks in advance!

sanket-simform commented 1 year ago

Facing the same issue.

georgek1991 commented 1 year ago

any update on this?

vorachirag318 commented 1 year ago

I face the same issue.

lizhuoyuan commented 1 year ago

use master

VickySalunkhe commented 1 year ago

For the time being, to build your app, go to the path which is being highlighted in the error, and manually change the FBSDKLoginKit version to 15.1.0

Worked for me.

JW-chenjingwei commented 1 year ago

Hi, thanks for your great product please update the flutter_facebook_auth dependency to the latest, thanks!

[!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit": In Podfile: flutter_login_facebook (from .symlinks/plugins/flutter_login_facebook/ios) was resolved to 1.8.0, which depends on FBSDKLoginKit (= 16.0.1)

flutter_share_me (from `.symlinks/plugins/flutter_share_me/ios`) was resolved to 0.0.1, which depends on
  FBSDKLoginKit (~> 14.0.0)