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
[!] 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 the FBSDKCoreKit (~> 17.1.0), FBSDKCoreKit (= 17.0.2) dependency were found, but they required a higher minimum deployment target.
The text was updated successfully, but these errors were encountered:
In my case, my project got conflicts on FBSDKCoreKit version from pubspec.yaml:
appinio_social_share: 0.3.1
facebook_app_events: 0.19.0
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 onFBSDKCoreKit (= 17.0.2)
Specs satisfying the
FBSDKCoreKit (~> 17.1.0), FBSDKCoreKit (= 17.0.2)
dependency were found, but they required a higher minimum deployment target.The text was updated successfully, but these errors were encountered: