You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: