I\'m trying to get some logging out of my app through Unified Logging (os_log)
Here\'s the initialization of the log:
var osLog : OSLog = OSLog(subsystem
My os_log went missing after releasing an app to app store. I guess when I built the app for release, the debug option was turned off.
To enable the logging back... go to Product > Scheme > Edit Scheme > Run Debug ... then check Debug executable.