tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.15k stars 1.03k forks source link

conflict with moya #1046

Closed luxystech closed 5 years ago

luxystech commented 5 years ago

I have the following error http://joxi.ru/nAyXX4dfgGez62

The pod include pod 'Moya-ObjectMapper' pod 'ObjectMapper', :git => 'https://github.com/alecdoconnor/ObjectMapper.git', :branch => 'Swift-4.2'

and conflict when both

cddjr commented 5 years ago

pod 'ObjectMapper' , :git => 'https://github.com/alecdoconnor/ObjectMapper.git', :branch => 'Swift-4.2'

luxystech commented 5 years ago

This is a miracle, yesterday cannot compile, today works fine http://joxi.ru/12MQQq3slXd4X2

Thank you

kaleemasadmughal commented 5 years ago

@luxystech you can close this issue.