-
Notifications
You must be signed in to change notification settings - Fork 503
[Bug] [iOS] TextToSpeech crash in Release #1207
Comments
Looks like the linker is being a bit aggressive. That code was re-architected with a lazy so let me update and get you a nuget to try asap. |
I am curious as a workaround if you do something like this in your AppDelegate:
that may keep it linked in. |
Thanks for the fast reply. Will be waiting for it 🙂
I've started the build, it may take some time to deploy. |
Yeah, with this line it is working now (tested in TestFlight version). |
Fantastic! yeah, just the linker was removing. We will hot fix it. Can you remove that line and try out this NuGet -> https://dev.azure.com/xamarin/public/_build/results?buildId=16377&view=artifacts&type=publishedArtifacts |
This NuGet is working too 🙂 |
Can I bother you to try this one: https://dev.azure.com/xamarin/public/_build/results?buildId=16434&view=artifacts&type=publishedArtifacts I did a different work around that I think is better. Sorry to keep asking :) |
No problem, you may contact me as much as you need 🙂 Unfortunately, with this NuGet app crashes. I will check the error. |
The same error: |
Got it! Let me try one more thing :) |
Alright, one more for ya to test out: https://dev.azure.com/xamarin/public/_build/results?buildId=16525&view=artifacts&type=publishedArtifacts |
Yup, it's working |
YAY! <3 thanks! |
No problem, I'm glad I was able to help with this issue 🙂 |
* try to do a type of to see if this fixes it * Update TextToSpeech.ios.tvos.watchos.cs * Update TextToSpeech.ios.tvos.watchos.cs * Fix formatting
Will be in 1.5.3 |
Hi @jamesmontemagno Can you tell us by when can we expect release 1.5.3 ? |
Any estimate when 1.5.3 will be out? |
We are working on getting it out soon. For a workaround just add this to your AppDelegate:
|
Description
App crashes in release (TestFlight) when using TextToSpeech (there is everything alright in debug though). I logged the exception and it throws the following message:
Steps to Reproduce
Call
TextToSpeech.SpeakAsync
(release mode)Expected Behavior
Voice is starting to pronounce text.
Actual Behavior
App crashes.
Basic Information
Reproduction Link
Here you can find how the code used.
The text was updated successfully, but these errors were encountered: