RxSwift is causing the current Moya version not to build using Carthage:
A shell task failed with exit code 66:
xcodebuild: error: Scheme RxExample-iOS-no-module is not currently configured for the build action.
Once we delete the scheme RxExample-iOS-no-module, everything works fine.
We aren't using RxSwift at all but it keeps causing problems.
Related RxSwift issue: https://github.com/ReactiveX/RxSwift/issues/793
What's the carthage command you're running that's producing the error?
carthage update --platform iOS
We've seen other issues with Carthage that were solved by running carthage update --platform iOS --no-use-binaries instead. Can you try that and see if it works? If that's the fix, we should add it to our readme.
See https://github.com/ReactiveX/RxSwift/issues/793#issuecomment-232515707.
I'm not sure then, I don't use Carthage so I'm not the best to help out with troubleshooting.
Seems to be working fine with Moya 7.0 and RxSwift 2.6. Looks like the problem was with RxSwift 2.5.0 and is fixed. Thanks for your help!
Most helpful comment
Seems to be working fine with Moya 7.0 and RxSwift 2.6. Looks like the problem was with RxSwift 2.5.0 and is fixed. Thanks for your help!