OceanLabs / FacebookImagePicker-iOS

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.
https://www.kite.ly
MIT License
103 stars 56 forks source link

CocoaPods could not find compatible versions for pod "FBSDKCoreKit": #44

Open BillyJohn3 opened 5 years ago

BillyJohn3 commented 5 years ago

I'm trying to add FacebookImagePicker-iOS to my project using cocoapods. Here's my podfile:

use_frameworks!
pod "FacebookImagePicker"
  pod 'Parse'
  pod 'AWSCognito'
  pod 'AWSS3'
  pod 'FBSDKCoreKit'
  pod 'MBProgressHUD', '~> 1.1.0'
  pod 'Kite-Print-SDK'
  pod 'PayPal-iOS-SDK/Core', '~> 2.18.0'
  pod 'Stripe'

But Cocoapods is print this error when I try to install:

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
  In snapshot (Podfile.lock):
    FBSDKCoreKit (= 4.20.2)

  In Podfile:
    FBSDKCoreKit

    FacebookImagePicker was resolved to 2.0.6, which depends on
      FBSDKCoreKit (~> 4.6.0)

CocoaPods could not find compatible versions for pod "SDWebImage":
  In snapshot (Podfile.lock):
    SDWebImage (= 4.4.6, ~> 4.4.0)

  In Podfile:
    FacebookImagePicker was resolved to 1.1.0, which depends on
      SDWebImage (~> 3.7.2)

    Kite-Print-SDK was resolved to 8.0.1, which depends on
      Photobook (~> 2.0.0) was resolved to 2.0.1, which depends on
        SDWebImage (~> 4.4.0)

Any help appreciated. Thanks