- Home /
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!
Answer by zenubis · Nov 26, 2012 at 07:36 AM
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.
Your answer
Follow this Question
Related Questions
Less verbose Debug.Log ( Xcode ) 0 Answers
C# script failing silently? 0 Answers
Debug.log in Update without crashing 1 Answer
Why is Debug.Log so much slower on Windows than Mac? 3 Answers
Debug log doesn't always activate? 1 Answer