AudioKit: AKMidiInstrument crashes on init after upgrading to xcode 11

六月ゝ 毕业季﹏ 提交于 2020-01-25 08:32:05

问题


Crash happens even on demo project SequencerDemo.

the line:

var bassDrum = AKSynthKick()

gets:

Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

Happens with every instance of AKMidiInstrument

来源:https://stackoverflow.com/questions/58521803/audiokit-akmidiinstrument-crashes-on-init-after-upgrading-to-xcode-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!