David Temming
David Temming

Reputation: 51

Cannot import AudioKit

Does anybody know why I cannot seem to utilize the AudioKit framework in my code? I have added the framework to my project, but When I try to import AudioKit, I just get "No such module AudioKit." I have a fully updated version of Xcode and see that people online have had similar issues, but I cannot find a solution other than those related to the use of Playgrounds (I am not using a Playground).

Upvotes: 4

Views: 3130

Answers (1)

Aurelius Prochazka
Aurelius Prochazka

Reputation: 4573

Eric George did a nice write up of our screenshare together on this topic:

Referenced AudioKit framework is not recognized by XCode

Upvotes: 1

Related Questions