Moya: pod install Error
[!] The platform of the target Mine
(iOS 10.1) is not compatible with Moya/RxSwift (12.0.0)
, which does not support ios
.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 4
- Comments: 18 (10 by maintainers)
Hi @SD10, me and @LucianoPAlmeida managed to identify the error, it is in the dependencies in the podspec of MoyaObjectMapper. I’ll create a PR there in their github to fix this problem. Thank you.
platform :ios, ‘10.0’
target ‘’ do use_frameworks!
#pod ‘Moya/ReactiveSwift’
I also encountered this problem.
thanks