-
When I build RxSwift with carthage it builds RxSwift, RxCocoa, RxBlocking and RxTests. Is there a way to tell carthage to build only RxSwift and RxCocoa and skip other schemes?
mstfy updated
4 years ago
-
* carthage install method: homebrew
* `which carthage`: /usr/local/bin/carthage
* `carthage version`: 0.29.0
* `xcodebuild -version`: Xcode 9.3 Build version 9E145
**Cartfile**
```
github "Rea…
-
-
Is it planned to make the example using Combine instead of RxSwift?
Man it sounds like I‘m an opponent of RxSwift xD
-
``` swift
func authorize(user: User) -> Observable {
return Observable.deferred {
let client = Client(unauthenticatedUser: user)
let observable = client.enqueue(requestDescripto…
-
I'm using RxSwift and one of my files imports:
```
import RxRelay
import RxSwift
```
But the gazelle plugin is adding these to my build file:
```
"@swiftpkg_rxswift//:Sources_RxBlocki…
-
RxEventHub can't be used with Rxswift version 4.
-
下载下来重新pod之后,然后发现还是运行不了,提示RxSwift某些方法不存在,比如reduceWithSpanBetween reduceWithSpanBetween addingDispatchInterval
-
Discovered MMP a couple of weeks back, thought ho no there is no rx.. Didn't not thought It would come so quickly thank for the great job !
Reading your readme especially "I personally use the exi…
-