florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
740 stars 337 forks source link

Crash on release testflight on application launch #804

Open mmintz opened 9 months ago

mmintz commented 9 months ago

Flutter Version

My version : Flutter 3.13.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision efbf63d9c6 (5 weeks ago) • 2023-08-15 21:05:06 -0500 Engine • revision 1ac611c64e Tools • Dart 3.1.0 • DevTools 2.25.0

Lib Version

My version : assets_audio_player: ^3.0.6

Platform (Android / iOS / web) + version

Platform : iOS version 16.5.1(c)

Describe the bug

Cleaned the whole project. Run flutter run --release on the device all good. Created archive for app store complained about microphone but not for your library. Bypassed it by adding a piece of code in podfile. Uploaded ok in app store. Downloaded the app from testflight clean installation crashes as soon as it launches. Its a segmentation fault on this library.

Small code to reproduce

i have the exact crash log and what chatgpt says.

image

Crash log part of it -> image