- Home /
How to see Debug.Log on xcode?
How to see Debug.Log on xcode via "Window->Devices"?
Comment
Answer by phil_me_up · Jan 26, 2016 at 01:33 PM
The log is output into the XCode Console.
If you're looking to get the log off a device that wasn't running a build directly from XCode then I think you're out of luck.
You can however write your own logging system that writes to a text file, which you can then extract via iTunes.
Your answer
Follow this Question
Related Questions
Log debug message in Xcode's Devices Console 0 Answers
how do i see the output of fprintf calls I make from my c native plugin in xcode console? 0 Answers
Xcode Files in Asset Server 1 Answer
xcode - how to make a label appear by pressing a button 0 Answers
How to Start Local MasterServer-2.0? 0 Answers