RSSwizzle icon indicating copy to clipboard operation
RSSwizzle copied to clipboard

ARC support is not full

Open gerchicov-bp opened this issue 8 years ago • 0 comments

Usually if code requires ARC then this code is marked with -fobjc-arc and may be called from everywhere. But it seems your library doesn't require ARC only - it requires to be called from ARC code too and it is incorrect!

gerchicov-bp avatar Nov 18 '15 10:11 gerchicov-bp