After switching to Xcode 14 beta I got this error: QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_DEFAULT – Ios swift
My app is working well and I didn't get this error on Xcode 13.4, Is it Xcode 14 beta bug or I'm doing some bad threading?! Thread running at QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate…