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)

Most upvoted comments

@andre991 Hey there,

  1. Make sure you are using Moya version 12.0.1
  2. Try deleting your derived data folder and rebuild
  3. Make sure your deployment target is set to 3.0 in your project

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.

Reopening because this is still broken when downloading from CocoaPods. Installing locally works for me now. Don’t think I can fix this tonight

thanks