ios - PFFacebookUtils initializeFacebookWithApplicationLaunchOptions freezes app (semaphore wait trap) -


on next launch after logging using fb, app freezes on initializefacebookwithapplicationlaunchoptions. heard problem before parse v1.7.2, 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 problem?

enter image description here

it bug due fbsdk trying post notification on main thread , blocking it. should fixed in parse ios sdk 1.8.6.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -