NSLogger
NSLogger copied to clipboard
Compilation errors in Xcode 12 Beta
I am facing compilation errors in Xcode 12 beta due to adding extensions for Logger.Domain.
This was working fine previous releases of Xcode.
Any idea how to solve this issue?
I also have posted a question in SO: https://stackoverflow.com/q/63031485/1478181
Use the module name in front of Logger, which should be NSLogger.Logger.Domain in this particular case