Parse crash when calling [PFFacebookUtils initializeFacebook] - semaphore_wait_trap

前端 未结 2 1453
一生所求
一生所求 2021-02-09 10:03

Since the latest Parse release (v1.6.3) my app gets stuck at launch, and the last breakpoint it hits is [PFFacebookUtils initializeFacebook]; If I hit pause and loo

2条回答
  •  清酒与你
    2021-02-09 10:36

    Seems to be fixed with parse 1.7.2

    According to v1.7.2 — April 27, 2015

    New: Local Data Sharing for Extensions and WatchKit. Improved nullability annotations for ParseFacebookUtils.
    Fixed: logOutInBackground with block callback not called on main thread. Fixed: Potential compilation error with using imports for PFSubclassing.h.
    Fixed: Not persistent currentUser if saving automatic user via saveEventually.
    Fixed: Rare deadlock scenario with using ParseFacebookUtils and currentUser.
    Fixed: Rare issue with pinning multiple objects in a row to the same pin.
    Fixed: Rare scenario when user could be not linked with Facebook.
    Improved performance and reliability of Local Datastore. Performance improvements.
    Other small bug fixes.

提交回复
热议问题