mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

It was ok in debug mode, but failed in release mode. #21

Open erlangs opened 2 years ago

erlangs commented 2 years ago

Unhandled Exception: Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, setup_engine): symbol not found)

nabehide commented 2 years ago

I encountered the same issue, and finally manage it by replacing ffi with method channel.

https://github.com/nabehide/flutter_sequencer/tree/fix/ios-release-build

Moyck commented 2 years ago

@nabehide it works! thank you so much!

Moyck commented 2 years ago

@nabehide I'm having an issue where EndBeat is set but it doesn't take effect. Because the return value of _getFrame is Future and the return value of beatToFrames is int, the getIsOver method is always false