iphone - Automated checking of non-dealloc'd properties in Objective-C -


is there automated way check properties defined in class not deallocated in dealloc method can built unit tests? hoping automate memory management testing, seems biggest fault when coding in objective-c iphone.

i'm not sure if you've tried or not there 'build , analyze' option in build menu pretty job of this. use @property's everywhere , seemed pick of mine correctly.

i encountered option accidental click , found valuable!


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -