Post

Replies

Boosts

Views

Activity

Reply to Critical BUG! Could you fix it asap or at least set the try/catch block with the reporting via NSError or somehow else?
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:
Replies
Boosts
Views
Activity
Dec ’22
Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
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:
Replies
Boosts
Views
Activity
Dec ’22