Hello everybody!
I've decided to start learning Rx and I've downloaded the RxCocoa and RxSwift using CocoaPods.
Unfortunately it doesn't work ;( It can not find the rx_text extension of the UITextField, even though the file UITextField+Rx.swift is the there. What am I doing wrong ?

import RxSwift
import RxCocoa
I swear it didn't work yesterday. I've tried that before, but now it works ... Well, I feel very silly, but this works, so thank you :)
@denis631 You're welcome. It sometimes happens, don't mind.
Already changed to UITextField().rx.text
Most helpful comment
Already changed to UITextField().rx.text