-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashing in iOS 18 beta #327
Comments
Did you find any Solution @Sergelenchimeg ? If Yes Please Let e know! |
Hello, @Sergelenchimeg @dikshit1400 if possible can you please provide more information or block of code because i have tested in IOS 18 and it's working well. Thank you |
I have been facing the same issue in iOS , here is the base code.
Error: flutter: PlatformException(AudioWaveforms, Failed to prepare player, The operation couldn’t be completed. (OSStatus error 2003334207.), null) |
I am getting same error |
Hi @Sergelenchimeg , are you still encountering this issue? If so, could you please share the steps to reproduce it? Your input will help us investigate further. Thank you! |
Yes i am still getting same issue |
@korat2511 Can you please share the steps to reproduce the issue? |
import 'dart:developer'; import 'package:audio_waveforms/audio_waveforms.dart'; import '../../configuration/globals.dart'; class CreateTask extends StatefulWidget { const CreateTask({ @OverRide class _CreateTaskState extends State { String? voiceFilePath; bool showRecordingBox = false; late final RecorderController recorderController; @OverRide void _initialiseController() async {
} void _startRecording() async { void _stopRecording() async { @OverRide @OverRide
} Widget buildVoiceNoteSection(s) { Widget _buildWaveform() { void _playandPause() async { Widget _buildControls() { } |
@korat2511 Code snippet is hard to review. Could you simply let me know which parameters need to be passed for the issue to occur? |
late final RecorderController recorderController; Widget buildVoiceNoteSection(s) { Widget _buildWaveform() { void _playandPause() async { Widget _buildControls() { |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
preparePlayer function gives an error:
PlatformException(AudioWaveforms, Failed to prepare player, The operation couldn’t be completed. (OSStatus error 561017449.), null)
Expected behavior
A clear and concise description of what you expected to happen.
Smartphone (please complete the following information):
Screenshots
Xcode crash report
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: