flutter_audio_recorder
flutter_audio_recorder copied to clipboard
CreateDataFile FAILED on IOS DEVICES
hello everyone, I am having a problem on several IOS devices that I have tried. *** I specify that it works correctly in the emulator.
logs: hasPermissions granted flutter: /var/mobile/Containers/Data/Application/4AC9DFA4-00B2-4D44-830F-A8201A623C5F/Documents1618350826992.wav init m: .wav /var/mobile/Containers/Data/Application/4AC9DFA4-00B2-4D44-830F-A8201A623C5F/Documents1618350826992.wav CreateDataFile failed Couldn't create a new audio file object current flutter: Instance of 'Recording' flutter: RecordingStatus.Initialized
[VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: FileSystemException: Cannot delete file, path = '/var/mobile/Containers/Data/Application/4AC9DFA4-00B2-4D44-830F-A8201A623C5F/Documents1618350826992.wav' (OS Error: No such file or directory, errno = 2)
#0 _File._delete.
I await replies thank you very much. with regard
I have the same issue. I ave tried other audio recording libraries too. All are giving this same error. Did you find the solution?