fpillet / NSLogger

A modern, flexible logging tool
Other
5k stars 573 forks source link

Compilation errors in Xcode 12 Beta #294

Open abdullahumer opened 4 years ago

abdullahumer commented 4 years ago

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

krugazor commented 3 years ago

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