I have a EXC_BAD_ACCESS
when I call objc_setAssociatedObject
with the linker flags : -weak_library /usr/lib/libSystem.B.dylib
linker flags.
I absolutely need the linker flag because of this, do somebody know a workaround?
(I also have a crash on dispatch_async
but I can work around that... Also, I'm building a iOS 4 only feature on my app that is iOS 3 compatible)
EDIT: With more research, I found this and this question but no more answer...