RxSwift '_lock' is inaccessible due to 'private' protection level in DisposeBag問題

ZY_FlyWay發表於2019-03-26

背景

重構專案將老專案MVC,改成元件化+Rx+MVVM

 

問題

cocospod整合到Rx的時候, DisposeBag檔案報錯

'_lock' is inaccessible due to 'private' protection level in private

解決

https://github.com/ReactiveX/RxSwift/issues/1743

因為老專案用的swift3.x,但是用的RxSwift4.x 。

RxSwift4.x 應該對用專案Swift 版本4.x

相關文章