Skip to content

App crashes with EXC_BAD_ACCESS #29

@mehta-viru1

Description

@mehta-viru1

Hello,

I was just wondering if you can help me out here. the app is crashing when I am clicking on a cell/row in the data view controller which loads another view controller. The crash is precisely at this line with EXC_BAD_ACCESS:

[viewControllersStack removeObjectAtIndex:indexOfViewController];

I do not get a stack trace. I am printing the descriptions:

Printing description of viewControllersStack:
(
"<ParentViewController: 0x695dcd0>",
"<ChildViewController: 0x69821b0>"
)

indexOfViewController = 1
viewControllerCount = 2

I am not sure whether the info I have provided would be enough.
Please let me know if there is anything additional I can provide.

Regards,
Viraj

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions