AudioPlayer
AudioPlayer copied to clipboard
Deactivating an audio session that has running I/O
Consistently getting the error:
[avas] AVAudioSession.mm:1177:-[AVAudioSession setActive:withOptions:error:]: Deactivating an audio session that has running I/O. All I/O should be stopped or paused prior to deactivating the audio session.
Issue only occurs on device, not on the simulator. The player is always in a stopped state when this happens. Sadly I cannot give you the code that makes this happen.
Isn't it a duplicate of this open issue: https://github.com/delannoyk/AudioPlayer/issues/139?