thomas.weisbach
thomas.weisbach
**Short description of the issue**: Deprecated code warnings in playground `Filtering_and_Conditional_Operators.xcplaygroundpage` RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:198:10 'skipWhile' is deprecated: renamed to 'skip(while:)' RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:216:10 'skipUntil' is deprecated: renamed to 'skip(until:)' **Expected outcome**: No deprecation warnings...
### Description I have a large app that uses many Firebase libraries integrated by CocoaPods. I'm attempting to move to SPM, but I'm running into errors building. My app is...