Post

Replies

Boosts

Views

Activity

Reply to FactoryInstall Unable to query results, error: 5
I get "#FactoryInstall Unable to query results, error: 5" every time I call methods on AVSpeechSynthesisVoice. Xcode 16.3, iPhone 13 (iOS 18.5) & iPad Air 4 (MYFQ2RU/A) (iPadOS 18.3.2) import SwiftUI import AVFoundation struct ContentView: View { var body: some View { Button(action: { _ = AVSpeechSynthesisVoice.speechVoices() // #FactoryInstall Unable to query results, error: 5 }, label: { Text("Action") }) } }
Topic: Machine Learning & AI SubTopic: General Tags:
May ’25
Reply to FactoryInstall Unable to query results, error: 5
I get "#FactoryInstall Unable to query results, error: 5" every time I call methods on AVSpeechSynthesisVoice. Xcode 16.3, iPhone 13 (iOS 18.5) & iPad Air 4 (MYFQ2RU/A) (iPadOS 18.3.2) import SwiftUI import AVFoundation struct ContentView: View { var body: some View { Button(action: { _ = AVSpeechSynthesisVoice.speechVoices() // #FactoryInstall Unable to query results, error: 5 }, label: { Text("Action") }) } }
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25