Antol
Results
2
comments of
Antol
Have you found a solution?
One way to fix it is replace **object_getClass(self)** with **[self class]** in ``` static void setterAdviceMethod (ffi_cif *cif, void *result, void **args, void *userdata) ``` But I'm not sure about...