tristanhimmelman/AlamofireObjectMapper

Can't pod install when used Alamofire 5

Opened this issue · 3 comments

I get this error when "pod install"
`[!] CocoaPods could not find compatible versions for pod "Alamofire":
In snapshot (Podfile.lock):
Alamofire (= 5.0.0.beta.1, ~> 5.0.0.beta.1)

In Podfile:
Alamofire (~> 5.0.0.beta.1)

AlamofireObjectMapper was resolved to 0.5, which depends on
  Alamofire (~> 1.2)`

My podfile
pod 'Alamofire', '~> 5.0.0.beta.1' pod 'AlamofireObjectMapper'

Have you any suggestion?

@ios4vn AlamofireObjectMapper currently doesn't support Alamofire 5. So what you have is a conflicting version of Alamofire on your podfile. Also, Alamofire 5 is not yet released for a stable version.

Please check this PR @ios4vn - #263

@carlosmouracorreia Thank you very much