I am looking into an old code where there have have RxCocoa framework, when I compile the code, I see the error
Asked
Active
Viewed 71 times
-1

kirang39
- 29
- 1
- 6
-
Use `BehaviorSubject`. – El Tomato Mar 08 '19 at 11:30
-
You should either upgrade RxCocoa or downgrade RxSwift. They should both have the same version number. – dalton_c Mar 08 '19 at 20:22
1 Answers
0
Variable (was) a part of RxCocoa, now it is deprecated. Most probably you have diff versions of RxCocoa and RxSwift in as dependencies

Adrian
- 415
- 4
- 18