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?
it bug due fbsdk trying post notification on main thread , blocking it. should fixed in parse ios sdk 1.8.6.
Comments
Post a Comment