While working with SFSpeechRecognizer
I encounter this problem:
Printing description of error.some.instance_type: expression produced error: error: /var/folders/k8/ppsgsylx27b5061mkcw9c7n40000gn/T/./lldb/4446/expr7.swift:1:65: error: use of undeclared type 'Builtin' Swift._DebuggerSupport.stringForPrintObject(Swift.UnsafePointer(bitPattern: 0x101b94360)!.pointee)
What is 'Builtin' here? The error occurs in the following block.
recognitionTask = speechRecognizer?.recognitionTask(with: recognitionRequest, resultHandler: { (result, error) in ...}
Shall the real problem be?
[Client] {"msg":"Fence: onClientEventRegionState, invalid state", "regionState":"0"}
Here is the article that I followed. Any hint?
audioEngine
and start again. – Tim