I use
#define NSLog(p1, ...);
to put logging off in my code. Then I use
//#define NSLog(p1, ...);
to put logging on in my code This doesn't seem to have any effect now that I use Xcode 4.3.1.
Am i doing something wrong? Or is there an alternative?