Hello,
I am using XCGLogger in all my applications and when I run the app in debug mode from xcode directly on a physical device I see the expected log messages.
But when I am attaching with the debugger to an app running on a device I am seeing in the XCode Debug Console only a bunch of log.entries with - instead of the expected log entry output.
It seems to be due some new unified logigng stuff, and some recommand that the Strings for logging should be set to public?
See: https://stackoverflow.com/questions/45908875/apple-iphone-debugging-with-console-private
Is there any option to configure XCGLogger in such a way so I see the log output in the debug console again?
TIA,
Martin