I am facing a weird issue.NSLog statements are not getting printed to the console when i am debugging my application using the device.I even pulled the log files using the organizer even there they are not having the logs. When i debug it in the Simulator they are getting logged to the console properly.
I tried using both the GD debugger and lldb debugger.. That did not work
Any ideas what might be causing the issue??