So is this possible?
I get this error several times:
ARC forbids Objective-C objects in structs or unions
For example:
typedef struct { BOOL _field1; union { struct { id _field1; id _field2; } _field1; GSEventRef _field2; } _field2; } XXStruct_CKAdxD;
ios automatic-ref-counting
Tyilo
source share