Asztalos Levente
Asztalos Levente
@NAKANISYNTH @Moyck Did you find a solution to this issue? How did you convert the released build to ipa?
This solved it for me: https://github.com/mikeperri/flutter_sequencer/issues/10#issuecomment-827046191
Solved: https://github.com/mikeperri/flutter_sequencer/issues/10#issuecomment-827046191
@dbrowne11 @e1ke Could you solve this issue? I get the same error when I try to build to android with an M1 mac.
I think I found the problem. Sfizz, which checked out as a third party repo with a given commit `cloneThirdPartyRepo('sfizz', 'https://github.com/sfztools/sfizz.git', 'fc1f0451cebd8996992cbc4f983fcf76b03295c5')` uses abseil-cpp as a submodule. Based on the...
I solved this with the help of [audio_session](https://pub.dev/packages/audio_session). ``` final session = await AudioSession.instance; await session.configure(AudioSessionConfiguration.music()); ```