-
-
Notifications
You must be signed in to change notification settings - Fork 878
PFTwitterUtils silently fails when trying to log in and user has multiple accounts #71
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
Comments
Seeing the same error |
This sounds strange, looking into it. |
Valid bug indeed, working on fixing it... |
Bug is going to happen only on iOS 8.0+, and is going to be fixed whenever the attached PR is landed. |
Hey guys, the fix for this is checked in and I've just tested locally - it totally works with the latest master and ParseTwitterUtils 1.8.1. |
1.8.1? SDK on Parse.com shows the problem still there |
@acegreen I would suggest using CocoaPods for this actually, since it's the easiest way to install this. |
@nlutsenko I did consider adding Parse as a pod but i like .frameworks, just easier to import |
This is an issue introduced with 1.8.0 when trying to log in user to twitter and the user has more than 1 twitter account setup.
This specific issue happens when trying to log into twitter from a uiviewcontroller that is been presented as modal.
This is/was working ok up until 1.7.3.5, where the selection of the account is done as a dialog and not as an action sheet.
For now the only way to make it work is forcing the 1.7.3.5 pod
In the console you can see printed
Warning: Attempt to present <UIAlertController: 0x127685e70> on <LFTabBarController: 0x12763c990> whose view is not in the window hierarchy!
Where LFTabBarController is just a sub class of UITabBarController
The text was updated successfully, but these errors were encountered: