RxSwift '_lock' is inaccessible due to 'private' protection level in DisposeBag問題
背景
重構專案將老專案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
相關文章
- Error 945 Database cannot be opened due to inaccessible files or insufficient memory or disk spaceErrorDatabase
- Safari Private 模式下 localStorage 的問題模式
- 解決問題:啟動不了VM,提示 Your VM has become “inaccessible…
- High 'library cache lock' Wait Time Due to Invalid Login AttemptsAI
- 一次library cache lock 問題分析
- Python 訪問限制 private publicPython
- 由row cache lock等待事件引起的效能問題事件
- RxSwift 01 ReactiveCocoa 與 RxSwiftSwiftReact
- public, private, protected 訪問許可權訪問許可權
- 'Lock wait timeout exceeded; try restarting transaction'問題AIREST
- 一次Row Cache Lock問題處理過程
- private內聯網路卡效能不良導致的系統的問題
- DataGuard:Switch Protection Mode
- RxSwift - ObservableSwift
- oracle鎖表問題處理 v$lock v$locked_objectOracleObject
- 模擬library cahe lock/pin等待事件以及問題定位事件
- RxSwift進階(一)-RxSwift的初體驗Swift
- Introduction of DataGuard protection mode
- linux general protection faultLinux
- 問題解決:無法獲得鎖 /var/lib/dpkg/lock
- 解決rpmdb: Lock table is out of available locker entries問題。AI
- VMware虛擬機器Reason: Failed to lock the file問題處理虛擬機AI
- SQL Server 2000 死鎖(dead lock) 問題解決SQLServer
- RxSwift 之 ObservableSwift
- MVVM+RxSwiftMVVMSwift
- RxSwift學習Swift
- RxSwift小DemoSwift
- RxSwift 基礎Swift
- RxSwift 之 SubjectSwift
- RxSwift -- 變換Swift
- 【RxSwift 實踐系列 1/3】為什麼使用RxSwiftSwift
- 使用Virtual Private Database實現細粒度訪問控制Database
- 記一次row cache lock引起的效能問題分析處理
- oracle之dataguard switch_protectionOracle
- Java問題解決:Java compiler level does not match the version of the installed Java project facet.JavaCompileProject
- python問題unindent does not match any outer indentation level在pycharm平臺的解決方法PythonPyCharm
- Level Up
- 面試題 private protected public default修飾符的 作用域面試題