the same problem on iOS 17.2 sim
Post
Replies
Boosts
Views
Activity
If you run Scheme on a device with "Adress sanitizer" connected, it crashes when trying to play something through AVSpeechSynthesizer.
AddressSanitizer: attempting free on address which was not malloc()-ed: 0x00013fd04080
Address 0x00013fd04080 is a wild pointer inside of access range of size 0x000000000001.
SUMMARY: AddressSanitizer: bad-free
And this is even in a completely empty application with only one button, synthesizer and an attempt to speak() something.
The same problem with our watchOS 9 app and navigationTitle(_ title: Text) all across the app. How we can move title back to it position in the display's upper left corner?