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

PFTwitterUtils crashing ! #192

Closed
BaptisteT opened this issue Sep 8, 2015 · 1 comment
Closed

PFTwitterUtils crashing ! #192

BaptisteT opened this issue Sep 8, 2015 · 1 comment

Comments

@BaptisteT
Copy link

Hello,

I experience a systematic crash while trying to log in on twitter.

If there is a twitter account in the iOS settings, the twitter login works fine. However, when I delete the accout (but still have the twitter app), I get a crash :

2015-09-08 13:27:11.209 One[5306:1470353] -[PFUserAuthenticationController logInUserAsyncWithAuthType:]: unrecognized selector sent to instance 0x13d657030

On the simulator (with no twitter account in the settings, and no twitter app), I get the following stack trace :
0 CoreFoundation 0x0000000112380f35 exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000011201bbb7 objc_exception_throw + 45
2 CoreFoundation 0x000000011238804d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00000001122e027c __forwarding
+ 988
4 CoreFoundation 0x00000001122dfe18 _CF_forwarding_prep_0 + 120
5 One 0x000000010eaa49b2 +[PFTwitterUtils logInInBackground] + 211
6 One 0x000000010eaa4a19 +[PFTwitterUtils logInWithBlock:] + 48
7 One 0x000000010ea93ed7 +[ApiManager logInWithTwitterAndExecuteSuccess:failure:] + 215
8 One 0x000000010ea97074

Note that there is a valid callback URL in the app settings (so it's not the same issue as #153)

Do you have any clue of what could be the pb ?

Thanks

@BaptisteT
Copy link
Author

Sorry, It was a cocoa pod issue. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant