Edit me

Zones are dead. Do not use the withZone: methods anymore.

mulle-objc will work well enough if you use them, but they are just superflous. Incidentally I don’t think Apple Objective-C uses zones either anymore.

Compiler transforms -zone calls

With that being said, the mulle-clang compiler will transform any call to -zone into NULL.

Tags: runtime