I have an Xcode project I've been working on for months. I've never had a problem with NSLog, but after upgrading to Xcode 4.2 nothing will log to the console. I even tried throwing this in viewDidLoad:
    - (void)viewDidLoad
{
    [super viewDidLoad];
    NSLog(@"Can anyone hear me?");
And nothing. Is anyone else having this problem or know a solution?
 
    

 
     
     
     
     
    