Search code examples
iosswiftaudiokitaudiobus

AudioKit: How to resolve error "Use of unresolved identifier 'ABAudioSenderPort'" when integrating Audiobus?


At the moment, when I try to integrate Audiobus with an AudioKit iOS app I get the error

Use of unresolved identifier 'ABAudioSenderPort'

It's both the same: When I follow the tutorial here or when I want to compile the AnalogSynthX-Example, I get errors. Pods are installed correctly. Anybody? Thnx!


Solution

  • I just added the newest files manually like described here