Hello everyone,
I face issue with TextToSpeech in my App after iOS 14.2. When I start a player I see crash: com.apple.TextToSpeech.SpeechThread (114): EXCBADACCESS (code=1, address=0x7ffdfe300000)
This I see in Xcode:
There is report from Crashlytics:
com.apple.TextToSpeech.SpeechThread
EXCBADACCESS KERNINVALIDADDRESS 0x0000000137600000
0 TextToSpeech
TTSCreateDecryptedDataFromEncryptedData
1 TextToSpeech
TTSCreateDecryptedDataFromEncryptedData
2 TextToSpeechBundleSupport
SpeechThread
9 libsystempthread.dylib
pthreadstart + 320
10 libsystempthread.dylib
thread_start + 8
I tried to find issues in my code, but nothing was found. I used Address Sanitiser, Thread Sanitiser, Zombie objects.
Maybe, something was changed in this API and I missed it?
I'd really appreciate it, If somebody could help me find solution.
I face issue with TextToSpeech in my App after iOS 14.2. When I start a player I see crash: com.apple.TextToSpeech.SpeechThread (114): EXCBADACCESS (code=1, address=0x7ffdfe300000)
This I see in Xcode:
There is report from Crashlytics:
com.apple.TextToSpeech.SpeechThread
EXCBADACCESS KERNINVALIDADDRESS 0x0000000137600000
0 TextToSpeech
TTSCreateDecryptedDataFromEncryptedData
1 TextToSpeech
TTSCreateDecryptedDataFromEncryptedData
2 TextToSpeechBundleSupport
[TTSVocalizer loadResource:mimeType:resourceURL:supportsAccurateWordCallbacks:]
[TTSSpeechServerInstance loadVoiceResource:voiceResource:]
[TTSSpeechServerInstance
[TTSSpeechServerInstance initializeSpeech:]
[TTSSpeechServerInstance
[TTSSpeechServerInstance handleSpeechThread]
SpeechThread
9 libsystempthread.dylib
pthreadstart + 320
10 libsystempthread.dylib
thread_start + 8
I tried to find issues in my code, but nothing was found. I used Address Sanitiser, Thread Sanitiser, Zombie objects.
Maybe, something was changed in this API and I missed it?
I'd really appreciate it, If somebody could help me find solution.
You're hitting the same issue being discussed here: https://developer.apple.com/forums/thread/671863