Closed
Description
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
Labels
No labels