We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am facing compilation errors in Xcode 12 beta due to adding extensions for Logger.Domain.
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
The text was updated successfully, but these errors were encountered:
Use the module name in front of Logger, which should be NSLogger.Logger.Domain in this particular case
NSLogger.Logger.Domain
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: