Debug.log output is not showing in device console for ios6

Hi everyone, I’m new to unity so I might be missing something. I’ve tried searching the forum and googling it but its no help.

I have a unity project that was build and exported to Xcode. The funny thing is messages that we send to Debug.Log shows up
in xcode’s console if we ran the project from within xcode. But the same message does not show in the device’s console from
‘organiser’ if the device is iOS 6. Anyone else experiencing the same problem? This is a problem when test users test our app
and we couldn’t get any information in the device’s console.

Any help is appreciated. Thanks!

I have found the answers to my own question.

http://forum.unity3d.com/threads/153471-iOS6-Debug-cosole-from-xCode

Basically apple did not mirror the output from stdout/stderr to device logs anymore in iOS 6.