Jeon Suyeol
Jeon Suyeol
Hmm, it seems that there is a but with image items. I'll check it. Thanks for reporting!
Yeah, this app won't work anymore since public APIs are deprecated. Here is the notice about it: https://github.com/devxoul/Drrrible/commit/9da646be36dae6db25f56804ab928784782f07a7
Yeah, #18 is for Moya 9. Let's wait for him to fix CI errors :)
Since Moya 9 every `Observable`s are replaced with `Single`s. If you'd like to use MoyaSugar with RxSwift 4, you have to use Moya `10.0.0-dev`. Check [1.0.0-beta.1 release note](https://github.com/devxoul/MoyaSugar/releases/1.0.0-beta.1) for details...
Is there any reason to use `carthage update` with `--no-use-binaries` option?
I removed `Then.xcodeproj` from the repository to manage the project only with Swift Package Manager. If you'd like to use with `--no-use-binaries`, can you try 2.1.1 instead?
@JohnTheBastard which error message did you get?
@hebiao6446, which error message did you get?
Hey guys, I made a new release ([2.2.1](https://github.com/devxoul/Then/releases/tag/2.2.1)) which supports Xcode 9.1 :tada:
@MortyMerr, which version of Xcode are you using?