Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with FBSDK v5 #47

Closed
algirdasmac opened this issue Aug 9, 2020 · 1 comment
Closed

Issues with FBSDK v5 #47

algirdasmac opened this issue Aug 9, 2020 · 1 comment

Comments

@algirdasmac
Copy link

algirdasmac commented Aug 9, 2020

This plugin uses FBSDK v5 and Apple is deprecating UIWebView (which v5 uses). So if we want our apps in AppStore - we need to move to a newer version - v7.

In my case, I use flutter_login_facebook 0.2.1 (which uses v7). When I add both of the plugins I get version compatibility errors:

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

    flutter_login_facebook (from `.symlinks/plugins/flutter_login_facebook/ios`) was resolved to 0.1.0, which depends on
      FBSDKLoginKit (~> 7.0) was resolved to 7.0.0, which depends on
        FBSDKLoginKit/Login (= 7.0.0) was resolved to 7.0.0, which depends on
          FBSDKCoreKit (~> 7.0.0)

Expected Behavior

Plugin should use FBSDK v7.

Current Behavior

Right now plugin uses FBSDK v5.

Steps to Reproduce (for bugs)

  1. add facebook_app_events plugin to your project
  2. add flutter_login_facebook plugin to your project
  3. try to build for iOS

Related issues: #24 , #31 , #42

@DennisAlund
Copy link
Member

Expected behavior is implemented in #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants