AudioPlayer icon indicating copy to clipboard operation
AudioPlayer copied to clipboard

Deactivating an audio session that has running I/O

Open mreil617 opened this issue 6 years ago • 1 comments

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.

mreil617 avatar Jul 18 '18 21:07 mreil617

Isn't it a duplicate of this open issue: https://github.com/delannoyk/AudioPlayer/issues/139?

Legonaftik avatar Nov 02 '18 16:11 Legonaftik