When using RecordOnHold modifier for a SwiftSpeech button, executable console notes error: Thread 1: Fatal error: recordingSession is nil in endRecording(). Looking into it, seems like the problem is that longPress is not able to call self.startRecording and when user releases finger on the button it tries to end a recording that never started.
When using RecordOnHold modifier for a SwiftSpeech button, executable console notes error: Thread 1: Fatal error: recordingSession is nil in endRecording(). Looking into it, seems like the problem is that longPress is not able to call self.startRecording and when user releases finger on the button it tries to end a recording that never started.