Twitter Auth Exception 'unrecognized selector sent to instance'
Hi, I have faced a following twitter exception. This issue happen only when I logged in second time. I can logged in first time though.

Is there some setting to resolve this? or Did I call wrong function?
Thank you.
Having the same issue. Once I could log in with twitter, but everytime since then, I get this error.
I got the solution. I think you get this error because you try to login when you are already logged in. Don't forget to use manager.deauthorize('twitter') before using manager.authorize('twitter') again. :)
@f4z3k4s Thank you for your kindly information!
That works for ios but in android still crash