Skip to content
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

'+[PFUser registerAuthenticationProvider:]' - Crash when initializing PFFacebookUtils #550

Closed
sebyddd opened this issue Nov 12, 2015 · 1 comment
Labels
type:question Support or code-level question

Comments

@sebyddd
Copy link

sebyddd commented Nov 12, 2015

Out of nowhere, the app started to crash on

[PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:launchOptions];

with the following:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[PFUser registerAuthenticationProvider:]: unrecognized selector sent to class.

If I remove the initialization, I obviously cannot use PFFacebookUtils.

Bellow are my imports in case it could help:

screen shot 2015-11-12 at 10 21 23

Thanks a bunch!

@nlutsenko
Copy link
Contributor

@sebyddd, looks like you are using different versions of Parse SDK and ParseFacebookUtils.
Please make sure that you are using either the same versions, or, the latest for both.

At the time of writing this - the latest is 1.9.1 for Parse SDK and 1.9.0 for ParseFacebookUtils.

@nlutsenko nlutsenko added the type:question Support or code-level question label Nov 12, 2015
@nlutsenko nlutsenko self-assigned this Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Support or code-level question
Projects
None yet
Development

No branches or pull requests

2 participants