If your issue is implementing AudioKit in your own code, post your problem to StackOverflow with the #AudioKit hashtag.
GitHub Issues should only be used for confirmed problems with AudioKit and
well-defined feature requests.
Sponsors will get more attention: https://github.com/sponsors/aure
Make sure you know about the common gotcha's outlined in this video:
https://vimeo.com/audiokit/connecting-nodes-part-2
Problems when submitting your app with the framework? First make sure to check your run phases are set up properly, as outlined in this doc:
https://github.com/AudioKit/AudioKit/blob/master/Frameworks/README.md
Experiencing the same issue:

There is a workaround mentioned here https://github.com/AudioKit/AudioKit/issues/1987#issuecomment-602065765 which suggests using a beta build, this unfortunately produced other issues for me.

There is a workaround mentioned here #1987 (comment) which suggests using a beta build, this unfortunately produced other issues for me.
AudioKit -> AKManager
@kurteran Ah thank you I missed that! everything appears to be working for me now.
@theolampert yes this is why in 4.9.4 AudioKit made those issues, because AudioKit module and AudioKit had the same name, a common problem in Xcode 11.4.
I have other issues too now: https://github.com/AudioKit/AudioKit/issues/1993
Just updated Xcode to 11.4 today and also ran into this same issue.
Relevant PRs that fix the issue for 5.0
https://github.com/AudioKit/AudioKit/pull/1978
https://github.com/AudioKit/AudioKit/pull/1979
https://github.com/AudioKit/AudioKit/pull/1980
But I'm wondering if this issue can ever get fixed for the 4.X series, so we don't have to consume a major version bump of the library?
The other alternative I'm looking at is to downgrade Xcode back to 11.3.
Hi
I'm facing the same problem with the 1000 errors AKNode and all of this
Did anyone manage to solve this?
Have you tried 4.9.5 which was released recently, built with Xcode 11.4?
Have you tried 4.9.5 which was released recently, built with Xcode 11.4?
thanks! works
Have you tried 4.9.5 which was released recently, built with Xcode 11.4?
thanks! works
How to install 4.9.5 through Pod?
@zhouhao27 do a pod update, it's the current version and should get picked up.
Most helpful comment
Experiencing the same issue: