I am trying to figure out a way to use typeof to create a weak reference to self for use in blocks to avoid retain cycles.
typeof
self
When I first rea
Did you try check the C Language Dialect?
Go to Project Navigator -> Project -> Target -> Build Settings
There look for C Language Dialect. Change it from c11 to GNU99.
I hope it helps :)