SwiftyDropbox with AlamofireImage issue

211 Views Asked by At

I have the following line in my Podfile:

pod 'AlamofireImage', '~> 3.5'
pod 'SwiftyDropbox', '~> 5.1.0'

When i run pod install, i got this issue

Analyzing dependencies

[!] CocoaPods could not find compatible versions for pod "Alamofire":
  In snapshot (Podfile.lock):
    Alamofire (= 4.9.1, ~> 4.9)

  In Podfile:
    AlamofireImage (~> 3.5) was resolved to 3.6.0, which depends on
      Alamofire (~> 4.9)

    SwiftyDropbox (~> 5.1.0) was resolved to 5.1.0, which depends on
      Alamofire (~> 4.8.2)

I read the solution of this issue but it doesn't help .

1

There are 1 best solutions below

0
On

This issue will get resolved all you need to do is, install SwiftyDropbox first and then Alamofire.