简体   繁体   中英

PFFacebookUtils initializeFacebookWithApplicationLaunchOptions freezes app (semaphore wait trap)

On the next launch after logging using FB, app freezes on initializeFacebookWithApplicationLaunchOptions . Heard it was a problem before Parse v1.7.2, but I'm using 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)

(xcode 7.0, ios 9.0)

Anyone knows what's the problem?

在此处输入图片说明

It was a bug due to FBSDK was trying to post a notification on the main thread and was blocking it. Should be fixed in parse ios sdk 1.8.6.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM