gratefulHeart
gratefulHeart
@gonghongxia 遇到的问题怎么解决呢
@ParsifalC 和gonghongxia遇到同样的问题
> Relevant compiler issue: [apple/swift#64669](https://github.com/apple/swift/issues/64669) > > Ideally, there's a better long-term solution than disabling module interface verification, but for the time being, this works for me in Cocoapods: >...
> In audio_queue.cpp line 486, in function void Audio_Queue::enqueueBuffer(), I am testing this fix: > > replace: while (m_bufferInUse[m_fillBufferIndex]) { with: while (m_bufferInUse != nil && m_bufferInUse[m_fillBufferIndex]) { it seem...