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
相關文章
- 解決問題:啟動不了VM,提示 Your VM has become “inaccessible…
- 一次library cache lock 問題分析
- RxSwift 01 ReactiveCocoa 與 RxSwiftSwiftReact
- Python 訪問限制 private publicPython
- public, private, protected 訪問許可權訪問許可權
- RxSwift進階(一)-RxSwift的初體驗Swift
- 問題解決:無法獲得鎖 /var/lib/dpkg/lock
- private
- Your VM has become "inaccessible.
- RxSwift 之 ObservableSwift
- RxSwift學習Swift
- MVVM+RxSwiftMVVMSwift
- RxSwift小DemoSwift
- linux general protection faultLinux
- 【RxSwift 實踐系列 1/3】為什麼使用RxSwiftSwift
- What’s new in RxSwift 5Swift
- RxSwift 之過濾操作Swift
- RxSwift 案例學習(一)Swift
- Use SCT to Bypass Application Whitelisting ProtectionAPP
- SpokenEnglish01_ When's it due?
- Codeforces Round 689(Div.2) E題 Water Level
- Level Up
- #Java教程:訪問修飾符:public、protected、預設、private @FDDLCJava
- 教你如何直接訪問php例項物件的private屬性PHP物件
- Understanding ODIS Component Protection for VW/Audi Vehicles
- 【iOS】MVVM+RxSwift+ReactorKit+CoordinatoriOSMVVMSwiftReact
- RXSwift原始碼淺析(二)Swift原始碼
- 關於 SAP ABAP SYSTEM_SHM_OPEN_CHANGE_LOCK 執行時錯誤的問題
- Message from debugger: Terminated due to signal 13
- *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[APPException
- Bypass McAfee Application Control--Write&Read ProtectionAPP
- docker desktop : Hardware assisted virtualization and data execution protectionDocker
- 記一次kafka的high level和low levelKafka
- [譯] 實用的 MVVM 和 RxSwiftMVVMSwift
- [譯] iOS 裡的 MVVM 和 RxSwiftiOSMVVMSwift
- RxSwift之路 2#如何開始Swift
- 談談RxSwift和狀態管理Swift
- RxSwift筆記三組合序列Swift筆記