2

This is the error when I try to run ios app.

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

 

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

and I have done some research and show some article saying to do flutter clean and deleting podfile and then rerunning. But that didn't save me. Anyone know to bypass this.

10
  • please visit to this answer this will help you stackoverflow.com/questions/55596988/… Commented Dec 21, 2020 at 4:49
  • @ShubhamNarkhede I already did that but when I run pod install the error always pops up Commented Dec 21, 2020 at 5:29
  • okay please try once by setting platform :ios, '9.0' Commented Dec 21, 2020 at 5:39
  • @ShubhamNarkhede yes I had tried that one too. still on the loop Commented Dec 21, 2020 at 6:06
  • 1
    yeah i came up with some solutions Commented Aug 23, 2021 at 16:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.