Since the upgrade to Xcode 13.2, every time I run my program, the output window is filling up with messages that include CVDisplayLink.
What's this all about?
Since the upgrade to Xcode 13.2, every time I run my program, the output window is filling up with messages that include CVDisplayLink.
What's this all about?
Yeah got the same issue in 13.2.1
I was frustrated by this today and decided to dig into it. tldr: pass "-cv_note 0" to quiet just these messages and not all system logs. You can read more about my analysis here: https://indiestack.com/2022/03/quieting-cvdisplaylink-logging/