roughike/flutter_facebook_login

CocoaPods could not find compatible versions for pod "FBSDKCoreKit"

Opened this issue · 1 comments

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:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • changed the constraints of dependency FBSDKCoreKit inside your development pod facebook_app_events.
    You should run pod update FBSDKCoreKit to apply changes you've made.`
mir4n commented

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