Open berkancnr opened 1 month ago
In my case, my project got conflicts on FBSDKCoreKit version from pubspec.yaml:
Here is the log: `[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In snapshot (Podfile.lock): FBSDKCoreKit (= 16.1.3, ~> 16.0)
In Podfile:
appinio_social_share (from .symlinks/plugins/appinio_social_share/ios
) was resolved to 0.0.1, which depends on
FBSDKCoreKit (= 16.1.3)
facebook_app_events (from `.symlinks/plugins/facebook_app_events/ios`) was resolved to 0.0.1, which depends on
FBSDKCoreKit (~> 17.0)`
I think you guys can upgrade FBSDKCoreKit from appinio packages to resolve this issue.
Version not latest!
[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In Podfile: FBSDKCoreKit (~> 17.1.0) appinio_social_share (from
.symlinks/plugins/appinio_social_share/ios
) was resolved to 0.0.1, which depends on FBSDKCoreKit (= 17.0.2) Specs satisfying theFBSDKCoreKit (~> 17.1.0), FBSDKCoreKit (= 17.0.2)
dependency were found, but they required a higher minimum deployment target.