OpenFlutter / flutter_share_me

Flutter Plugin for sharing contents to social media. You can use it share to Facebook , WhatsApp , Twitter And System Share UI. Support Url and Text.
https://github.com/lizhuoyuan
Apache License 2.0
160 stars 159 forks source link

Specs satisfying the `FBSDKCoreKit (= 15.0.0), FBSDKCoreKit (~> 14.0.0)` dependency were found, but they required a higher minimum deployment target. #105

Closed vincentwen-oo closed 1 year ago

vincentwen-oo commented 1 year ago

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In Podfile: FBSDKCoreKit (= 15.0.0)

flutter_share_me (from `.symlinks/plugins/flutter_share_me/ios`) was resolved to 0.0.1, which depends on
  FBSDKCoreKit (~> 14.0.0)

Specs satisfying the FBSDKCoreKit (= 15.0.0), FBSDKCoreKit (~> 14.0.0) dependency were found, but they required a higher minimum deployment target.

platform :ios, '12.0' flutter_share_me: ^1.4.0

vincentwen-oo commented 1 year ago

https://cocoapods.org/pods/FBSDKCoreKit

lironzemingo commented 1 year ago

@vincentwen-oo how did you solve this?