-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument labels '(onNext:)' do not match any available overloads #946
Comments
Hi @JunDang , did you add
to your Podfile? |
I have added the codes you provided above and here is my Podfile looks like:use_frameworks! post_install do |installer| target ‘HuaLongTianShiUserVersion’ do pod 'Charts'
endHowever the same problem exist. Please help. Thank you very much! |
@kzaher
|
You can reference master branch with
... but you can might as well just try 3.0.0 version. |
@kzaher |
|
It says that
does not exist. Has RxCocoa been moved? |
Short description of the issue:
Can not compile with RxCocoa
Xcode version:
Xcode 8.0 and Swift 3.0
The text was updated successfully, but these errors were encountered: