NSLogger icon indicating copy to clipboard operation
NSLogger copied to clipboard

Compilation errors in Xcode 12 Beta

Open abdullahumer opened this issue 4 years ago • 1 comments

I am facing compilation errors in Xcode 12 beta due to adding extensions for Logger.Domain.

Screen Shot 2020-07-22 at 12 43 54

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

abdullahumer avatar Jul 22 '20 09:07 abdullahumer

Use the module name in front of Logger, which should be NSLogger.Logger.Domain in this particular case

krugazor avatar Oct 15 '20 07:10 krugazor