iOS Question How to use #LogClassInstanceRelease

Misterbates

Active Member
Licensed User
I have a project that makes heavy use of classes (including classes within classes) and because of this I'm seeing lots of Class (xx) instance released messages.

I've found the compiler directive #LogClassInstanceRelease but it's not clear how I should use it.

Currently, I've added #LogClassInstanceRelease: False to the Main module, but I'm still seeing the messages.

Do I need to put this directive in each class module?
 

Misterbates

Active Member
Licensed User
Thanks! Worked great for the active project.

I still had messages coming from my iMapList library - I made the same change there and recompiled. All good now :)
 
Last edited:
Upvote 0
Top