Closed tomisacat closed 7 years ago
Hi @tomisacat, there's a pull request for this issue. If you'd like to dismiss warnings from CocoaPods, just add inhibit_all_warnings!
to your Podfile.
platform :ios, '8.0'
inhibit_all_warnings!
target ...
Alright, good to hear your response and I'll do it.
Appreciate!
Due to the API change of
RxCocoa
, some method has been deprecated and replaced like this:The
bindTo
method has been renamed tobind(to)
, please update to adapt to the latest version ofRxCocoa
. Appreciate : )