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
755 stars 361 forks source link

3.1.1 Macos Method not found #841

Open Davidzhu001 opened 3 months ago

Davidzhu001 commented 3 months ago

Version

My version : 3.1.1

Platform (Android / iOS / web) + version

Platform : Macos

Describe the bug

/2024-flutter-tac/plugins/assets_audio_player/darwin/Classes/Music.swift:819:14: error: value of type 'Player' has no member 'invokeListenerStop'
        self.invokeListenerStop()
        ~~~~ ^~~~~~~~~~~~~~~~~~
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Flutter Assemble' from project 'Runner')
** BUILD FAILED **

Building macOS application...                                           
Error: Build process failed
hanumanAbacus commented 1 month ago

same issue