roughike / flutter_facebook_login

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

CocoaPods could not find compatible versions for pod "FBSDKCoreKit" #322

Open louna-akkad opened 3 years ago

louna-akkad commented 3 years ago

i have updated facebook_app_events version then im getting error in ios flutter_facebook_login

`[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In snapshot (Podfile.lock): FBSDKCoreKit (= 9.0.1, ~> 9.0.0, ~> 9.0.1)

In Podfile: facebook_app_events (from .symlinks/plugins/facebook_app_events/ios) was resolved to 0.0.1, which depends on FBSDKCoreKit (~> 9.0.0)

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

You have either:

mir4n commented 2 years ago

1 - remove "react-native-fbsdk-next". 2 - pod install. 3 - install "react-native-fbsdk-next". 4 - pod install.