private var synthesizer: AVSpeechSynthesizer?
deinit {
self.synthesizer?.delegate = nil
//this is comment for ios 16+ if not app crashed
//synthesizer = nil
}
when
synthesizer = nil
my app is crashed when comment this line all work ok
Topic:
App & System Services
SubTopic:
Core OS
Tags: