Post

Replies

Boosts

Views

Activity

Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
Same issue. It only happens on iOS 16.0.x. Crashed: com.apple.TextToSpeech.SpeechThread 0 libobjc.A.dylib 0x3518 objc_release + 16 1 libobjc.A.dylib 0x3518 objc_release_x0 + 16 2 libobjc.A.dylib 0x15d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 196 3 libobjc.A.dylib 0x4f40 objc_autoreleasePoolPop + 256 4 libobjc.A.dylib 0x329dc objc_tls_direct_base<AutoreleasePoolPage*, (tls_key)3, AutoreleasePoolPage::HotPageDealloc>::dtor_(void*) + 168 5 libsystem_pthread.dylib 0x1bd8 _pthread_tsd_cleanup + 620 6 libsystem_pthread.dylib 0x4674 _pthread_exit + 84 7 libsystem_pthread.dylib 0x16d8 _pthread_start + 160 8 libsystem_pthread.dylib 0xba4 thread_start + 8
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to Is possible to add custom sirikit command to control iOS app?
I've been study the videos WWDC2020 & WWDC 2022. Both of them are necessary to add the custom function to ShortCut firstly. https://developer.apple.com/videos/play/wwdc2020/10073/ https://developer.apple.com/videos/play/wwdc2022/10032/ it's just as same as Google Map app "Hey, Siri. Google Map navigate to ***" and it will start to route with Google Map, isnt it?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
Same issue. It only happens on iOS 16.0.x. Crashed: com.apple.TextToSpeech.SpeechThread 0 libobjc.A.dylib 0x3518 objc_release + 16 1 libobjc.A.dylib 0x3518 objc_release_x0 + 16 2 libobjc.A.dylib 0x15d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 196 3 libobjc.A.dylib 0x4f40 objc_autoreleasePoolPop + 256 4 libobjc.A.dylib 0x329dc objc_tls_direct_base<AutoreleasePoolPage*, (tls_key)3, AutoreleasePoolPage::HotPageDealloc>::dtor_(void*) + 168 5 libsystem_pthread.dylib 0x1bd8 _pthread_tsd_cleanup + 620 6 libsystem_pthread.dylib 0x4674 _pthread_exit + 84 7 libsystem_pthread.dylib 0x16d8 _pthread_start + 160 8 libsystem_pthread.dylib 0xba4 thread_start + 8
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to AVSpeechSynthesisVoice not working for some users
Same issue on iOS 15.0.1. I just get this error AVAudioSession setActive FALSE error: The operation couldn’t be completed. (OSStatus error 560030580.). I have no idea how to recovery. Does any one have idea for this ticket?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21