Closed
Description
This error occurs while running a project incorporating Parse, ParseUI and Bolts frameworks compiled with bitcode on Xcode 9.4.1. The project is being run on device and the launch screen of the app even comes up, and then it crashes with the error in the title.
This is the relevant code snippet
BOOL completed; @synchronized(self.lock) { completed = self.completed; if (!completed) { [self.callbacks addObject:[^{ [executor execute:executionBlock]; } copy]]; } } if (completed) { [executor execute:executionBlock]; }
the exception is being thrown by the line:
[executor execute:executionBlock];
Metadata
Metadata
Assignees
Labels
No labels