Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Adding memory management breakpoints to an object that is being observed with KVO might break #6

@JaviSoto

Description

@JaviSoto

I should not be taking the class of the object with -class:

Class parentClass = [object class];

it should be

Class parentClass = object_getClass(object);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions