-
-
Notifications
You must be signed in to change notification settings - Fork 878
Parse iOS SDK 1.8.5 - App freezes on initializeFacebookWithApplicationLaunchOptions (iOS 9) #302
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
Hey @alexvolchek, this sounds super strange. |
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
@nlutsenko hope it helps, looking forward to any info. Thanks! thread #1: tid = 0x53a37, 0x0000000197ff8c6c libsystem_kernel.dylib thread #3: tid = 0x53a75, 0x0000000197ff8c84 libsystem_kernel.dylib thread #4: tid = 0x53a76, 0x0000000198012fe8 libsystem_kernel.dylib thread #5: tid = 0x53a79, 0x000000019801459c libsystem_kernel.dylib thread #6: tid = 0x53a7e, 0x00000001980134e0 libsystem_kernel.dylib thread #7: tid = 0x53a80, 0x0000000197ff8c6c libsystem_kernel.dylib thread #8: tid = 0x53a81, 0x0000000198013c0c libsystem_kernel.dylib thread #9: tid = 0x53a82, 0x0000000198013c0c libsystem_kernel.dylib thread #12: tid = 0x53a87, 0x0000000198013c0c libsystem_kernel.dylib thread #10: tid = 0x53a8d, 0x0000000198013c0c libsystem_kernel.dylib thread #11: tid = 0x53a8e, 0x0000000198013c0c libsystem_kernel.dylib thread #13: tid = 0x53a8f, 0x0000000198013c0c libsystem_kernel.dylib |
It does help! Thank you for the stacktrace! |
Yup, I was right about the assumption. Looking into the way to fix it. |
Great news, thanks! |
Hi!

I've faced with weird application freeze on the next launch after user logged in facebook using [PFFacebookUtils logInInBackgroundWithReadPermissions:]. I'm using xcode 7.0, iOS 9.0 and latest SDKs:
Installing Bolts (1.2.2)
Installing FBSDKCoreKit (4.6.0)
Installing FBSDKLoginKit (4.6.0)
Installing FBSDKShareKit (4.6.0)
Installing Parse (1.8.5)
Installing ParseFacebookUtilsV4 (1.8.5)
Also Info.plist updated according to App Transport Security policy.
Thanks for any info or help!
The text was updated successfully, but these errors were encountered: