private var synthesizer: AVSpeechSynthesizer? this is my variable.
i have in deinit:
deinit {
synthesizer?.delegate = nil
synthesizer = nil
}
when i comment synthesizer = nil crash app not crashed
Topic:
Machine Learning & AI
SubTopic:
General
Tags: