iOS 16 Beta 5 AVAudioSession setCategory produces strange error 'what' – Ios swift
After recently installing iOS 16 beta 5, we are experiencing an issue with try AVAudioSession.sharedInstance().setCategory(<category>, options: .mixWithOthers), in which we get an error, and lose the connection. Here is the error: AVAudioSession_iOS.mm:2365 Failed to set category, error: 'what' There is…