Skip to content

Sometimes, setting PFObject subclass properties causes unrecognised selector crash #96

Closed
@lbevilacqua

Description

@lbevilacqua

Since 1.8.0, I'm experiencing random unrecognised selector crashes in our app.
I don't know why (haven't given a look at the SDK source code), when I write object.property = something, at runtime this gets translated to -[object _original_setProperty: something].
I managed to solve one occurrence of this issue by using the notation object [@"property"] = something but it keeps showing up with other property names.
I inspected the objects before the crash and found no clues or strange values.
I'm sharing with you two fabric stack traces, hope it helps figuring out what's wrong.

http://crashes.to/s/3daef3b256b
http://crashes.to/s/b12cbbb567d

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