Field Notes: OSLogger and Unit Tests
Xcode 15.0.1, OSLog and unit tests
Xcode 15.0.1
I tried using Apple's OSLog
logs in XCTTest
unit tests, hoping I'd be able to see log messages presented nicely within the Xcode UI.
Unfortunately, I wasn't able to get the desired result. Log messages are output, but Xcode's log viewing facilities don't seem to work with unit test targets.
I filed a feedback.
Apple Feedback ID: FB13337896