It seems that Observable+ObjectMapper.swift is not being included when I install Moya-ObjectMapper when installing using cocoapods. Below you see my pods
pod 'RxCocoa', '~> 3.0'
pod 'Swinject', '~> 2.1.1'
pod 'SnapKit', '~> 3.2.0'
pod 'Reusable', '~> 4.0'
pod 'SideMenu', '~> 2.3.4'
pod 'p2.OAuth2', '~> 4.0.1'
pod 'Moya/RxSwift'
pod 'Moya-ObjectMapper/RxSwift'
Hi,
It seems that Observable+ObjectMapper.swift is not being included when I install Moya-ObjectMapper when installing using cocoapods. Below you see my pods