CVDisplayLink messages in output

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?

Answered by jalkut in 707653022

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/

Yeah got the same issue in 13.2.1

Accepted Answer

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/

CVDisplayLink messages in output
 
 
Q