I am working on an iPhone/iPad app. All of a sudden output console stopped displaying ANY messages AT ALL. I tried to open older project - works just fine. So I thought that
It can also be that somebody has put
#define NSLog(...);
into your code. This elimitaes almost all output.