[!] Automatically assigning platform ios
with version 10.2
on target zone
because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform
.
I cant able to understand its really its pods problem or mac os problem.
Even I tried creating the dummy project and installing the Moya-ObjectMapper pod but no luck
Any help is Appreciated.
Looks like the version in your pod file is different from that of in the podfile.lock .
Observable+ObjectMapper.swift was replaced with Single+ObjectMapper in release 2.4.
Instead use the following dependency
pod 'Moya-ObjectMapper/RxSwift', '~> 2.3.2’ or use the latest pod 'Moya-ObjectMapper/RxSwift', '~> 2.4.2’