roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

FBSDKLoginKit #284

Open bordunosp opened 4 years ago

bordunosp commented 4 years ago
[!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit":
  In snapshot (Podfile.lock):
    FBSDKLoginKit (= 7.1.1)

  In Podfile:
    FBSDKLoginKit

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

You have either:
 * changed the constraints of dependency `FBSDKLoginKit` inside your development pod `flutter_facebook_login`.
   You should run `pod update FBSDKLoginKit` to apply changes you've made.
RaashVision commented 4 years ago

Update your cocoaPods. In your ios project directory, run pod update