Post

Replies

Boosts

Views

Activity

Reply to TTS problem iOS 17 beta
I am now able to reproduce the problem, just use TTS with "Xcode address sanitizer" enabled on a real device shows the problem (in simulator it doesn't). let synth = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Here we go") synth.speak(utterance) // synthprovider.offlineRendering problem
Jun ’23