AppCode doesn't prompt RxSwift classes and some other installed CocoaPods

Viewed 696

I have installed newest version of RxSwift by CocoaPods.

While trying to use simple elements of RxSwift, like NotificationsCenter.default.rx it doesn't prompt methods to use. Interestingly sometimes it prompts for other pods and sometimes not for the rest so I have to open XCode for checking code correction.

How can I fix that?

4 Answers

You should import RxSwift ,then command + b

Related