There is a new logging system in iOS 10 and macOS Sierra.
But I can't seem to make it work in Xcode. os_log
is not recognized, and neither is any other function / constant mentioned in the docs.
Use of unresolved identifier 'os_log'
Do I need to link a framework or import a header or something? Am I missing something obvious?