NSLog
NSLog
- Subject: NSLog
- From: Michael Dagate <email@hidden>
- Date: Fri, 15 Jun 2001 16:43:46 -0500
Has anyone else noticed that NSLog doesn't output anything during a
dealloc method? This should work, right? Am I missing something here?
Also, I built both Development and Deployment builds (I clicked these
individually in the Targets/Build Styles list in PB, then did a Clean
and Build), but they look the same to me (same size, debug output, etc.)
Basically, I'm wondering if NSLog gets compiled-out of deployment builds
or if there is a macro somewhere I should be using for this. Generally,
I don't like shipping apps that output debug messages.
Thanks,
Michael
- Follow-Ups:
- Re: NSLog
- From: David P Henderson <email@hidden>
- Re: NSLog
- From: Jim Correia <email@hidden>