'import OSLog' compiles well in all Xcode beta version including the 12.2, but makes an error "could not build Objective-C module 'OSLog'" in Xcode 12 release.
Replacing with 'import os.log' works.
I do not understand and cannot explain it.
What is wrong?
Replacing with 'import os.log' works.
I do not understand and cannot explain it.
What is wrong?