AlamofireObjectMapper icon indicating copy to clipboard operation
AlamofireObjectMapper copied to clipboard

Alamofire 5

Open RomanPodymov opened this issue 5 years ago • 13 comments

Hello. Thank you for AlamofireObjectMapper. In this pull request I replaced Alamofire 5.0.0-rc3 with Alamofire 5.

RomanPodymov avatar Feb 15 '20 02:02 RomanPodymov

@tristanhimmelman Could you please review this?

ppamorim avatar Feb 24 '20 01:02 ppamorim

@RomanPodymov This library is abandoned. Anyone who wants this fix, just replace your pod with:

pod 'AlamofireObjectMapper', :git => 'https://github.com/T-Pro/AlamofireObjectMapper.git', :branch => 'master'

ppamorim avatar Mar 17 '20 23:03 ppamorim

@RomanPodymov You forgot to update your podspec.

ppamorim avatar Mar 17 '20 23:03 ppamorim

@RomanPodymov You forgot to update your podspec.

Hello @ppamorim Alamofire 5.0.4 will be installed even with s.dependency 'Alamofire', '~> 5.0.0'.

RomanPodymov avatar Mar 18 '20 09:03 RomanPodymov

@RomanPodymov I was getting error on my side.

ppamorim avatar Mar 20 '20 10:03 ppamorim

@RomanPodymov I was getting error on my side.

@ppamorim What error do you get?

RomanPodymov avatar Mar 20 '20 10:03 RomanPodymov

@RomanPodymov It was saying that it was using the dependency 5.0.0, even doing pod repo update and pod update. But now it's working after I sync with my branch and then with ours after. Probably it was the cache.

ppamorim avatar Mar 20 '20 13:03 ppamorim

Hi @tristanhimmelman Any update on getting this PR merged?

ozgur avatar Mar 26 '20 08:03 ozgur

@ppamorim is this library confirmed abandoned by @tristanhimmelman ?

akellyak47 avatar Apr 01 '20 17:04 akellyak47

@RomanPodymov Alamofire 5.1 has been released, you have to fix/update your podspec

kambala-decapitator avatar Apr 07 '20 08:04 kambala-decapitator

@RomanPodymov not sure why you use "~> 5.1.0" (locking to 5.1.x) instead of "~> 5.1"

kambala-decapitator avatar Apr 07 '20 08:04 kambala-decapitator

@RomanPodymov not sure why you use "~> 5.1.0" (locking to 5.1.x) instead of "~> 5.1"

I was not sure if Alamofire 5.0 and Alamofire 5.1 have the same public API.

RomanPodymov avatar Apr 07 '20 10:04 RomanPodymov

SPM ready for object mapper and Codable AF5 https://github.com/borisdipner/AlamofireObjecter

borisdipner avatar Dec 06 '21 03:12 borisdipner