bmoliveira / Moya-ObjectMapper

ObjectMapper bindings for Moya and RxSwift
MIT License
492 stars 172 forks source link

'Moya-ObjectMapper/RxSwift' compatible versions #88

Closed sheinix closed 5 years ago

sheinix commented 6 years ago

Hello, I'm trying to use Moya-ObjectMapper/RxSwift with the following pods:

When trying to install the pods, I get incompatible version for the Pod:

[!] CocoaPods could not find compatible versions for pod "Moya":
  In Podfile:
    Moya-ObjectMapper/RxSwift was resolved to 2.5, which depends on
      Moya-ObjectMapper/Core (= 2.5) was resolved to 2.5, which depends on
        Moya (~> 10.0.0)

Specs satisfying the `Moya (~> 10.0.0)` dependency were found, but they required a higher minimum deployment target.
CocoaPods could not find compatible versions for pod "ObjectMapper":
  In Podfile:
    Moya-ObjectMapper/RxSwift was resolved to 2.0.1, which depends on
      Moya-ObjectMapper/Core (= 2.0.1) was resolved to 2.0.1, which depends on
        ObjectMapper (= 2.2.0)

    ObjectMapper (~> 3.0)

CocoaPods could not find compatible versions for pod "RxSwift":
  In Podfile:
    Moya-ObjectMapper/RxSwift was resolved to 1.0.2, which depends on
      RxSwift (= 2.0.0-beta.4)

    Moya/RxSwift (~> 11.0) was resolved to 11.0.2, which depends on
      RxSwift (~> 4.0)

What version of each pod should I use to make it work'? Thanks

sheinix commented 6 years ago

I made it work with this set of pods:

I have to downgrade the version of Moya from 11 to 10.

sydneyagcaoili commented 6 years ago

I havent fixed my targeting 10.0