CoreAudio crash - AVAudioIONodeImpl.mm:365: _GetHWFormat: required condition is false: hwFormat
这个bug在我使用audiokit 开发时遇到,其实我当时并没有使用发音,但是还是必须要将单例设置为CategoryPlayAndRecord模式才行:audioSession.setCategory(AVAudioSessionCategoryPlayAndRecord)
这个bug在我使用audiokit 开发时遇到,其实我当时并没有使用发音,但是还是必须要将单例设置为CategoryPlayAndRecord模式才行:audioSession.setCategory(AVAudioSessionCategoryPlayAndRecord)