Since the last release of Parse (v1.6.3), my application gets stuck at startup, and the last breakpoint it clicks on is [PFFacebookUtils initializeFacebook]; If I hit a pause and look at the debugger, the stack trace looks like this:

I call [PFFacebookUtils initializeFacebook] in - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions , as advised.
Due to the semaphore_wait_trap password problem, it seems to be due to a collision of background threads (?) In Core Data. But I tried to comment on all my queries in Parse Parse, and this is still happening.
I tried updating the containers (this happened before the update, by the way). I can also launch the application from a clean installation until I log in to Facebook, and at that moment the crash occurs every time I try to launch. It seems that PFUser is returning when requested. I also cleaned up my entire database, but that did not affect.
Does anyone know what could happen?
Smikey
source share