In iOS 17.2 the address sanitizer crash seems to be fixed and also in the field I don't see TTS related crashes anymore. Have anyone seen some functional problems (like stopping speaking of long texts) on iOS 17.2?
See here https://developer.apple.com/forums/thread/732335, I also see plenty of crashes especially since iOS 16.5, seems to be even worse on iOS 17. Please give feedback on feedbackassistant.apple.com, it's really frustrating.
I also see a lot of problems in TTS. Nothing is fixed, turn on Address Sanitizer in Xcode, it will crash immediately due to some memory issues (not on simulator). Please report on apple ´s feedbackassistent.
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
I think the AVSpeechSynthesizer has a big memory problem, I see the same crashes -> See following thread https://developer.apple.com/forums/thread/713848. Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem. I reported it long ago, but still no fix in an IOS update.
Still broken in iOS 16.0.2 and iOS 16.1 beta 2. @all: Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem.
Still broken in iOS 16.0.2 and iOS 16.1 beta 2. @all: Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem.
In iOS 17.2 the address sanitizer crash seems to be fixed and also in the field I don't see TTS related crashes anymore. Have anyone seen some functional problems (like stopping speaking of long texts) on iOS 17.2?
See here https://developer.apple.com/forums/thread/732335, I also see plenty of crashes especially since iOS 16.5, seems to be even worse on iOS 17. Please give feedback on feedbackassistant.apple.com, it's really frustrating.
I also see a lot of problems in TTS. Nothing is fixed, turn on Address Sanitizer in Xcode, it will crash immediately due to some memory issues (not on simulator). Please report on apple ´s feedbackassistent.
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
I think the AVSpeechSynthesizer has a big memory problem, I see the same crashes -> See following thread https://developer.apple.com/forums/thread/713848. Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem. I reported it long ago, but still no fix in an IOS update.
Still broken in iOS 16.0.2 and iOS 16.1 beta 2. @all: Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem.
Still broken in iOS 16.0.2 and iOS 16.1 beta 2. @all: Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem.