I was seeing a similar issue with Xcode 15.0 and the iPhone 15 Pro simulator on iOS 17.0. Speech recognition worked once after a Erase all Content and Settings, but then emitted 1101 error messages to console even after rebooting the simulator. I never saw the 1107 error.
For me the solution was to not even instantiate the SFSpeechRecognizer until after calling SFSpeechRecog nizer.requestAuthorization(). I had been instantiating the object, asking for permission, then starting to call additional API and apparently I wasn't asking for permission early enough.
Topic:
Programming Languages
SubTopic:
Swift
Tags: