You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
Expected Behavior
Plugin should use FBSDK v7.
Current Behavior
Right now plugin uses FBSDK v5.
Steps to Reproduce (for bugs)
Related issues: #24 , #31 , #42
The text was updated successfully, but these errors were encountered: