Skip to content

EXC_BAD_ACCESS in BfTask.m #1327

Closed
Closed
@greensmartdev

Description

@greensmartdev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions