Erez Makavy
Erez Makavy

Reputation: 83

How to run examples : No such module AudioKit

Steps to reproduce:

Analysis:

Details:

P.S: I am a Swift/xCode noob, so I might be missing something trivial here.

Upvotes: 2

Views: 443

Answers (1)

Aurelius Prochazka
Aurelius Prochazka

Reputation: 4573

If you clone the repo, you still need to build the framework:

From the terminal in the directory you cloned AUdioKit:

cd Frameworks ./build_frameworks.sh

Check out the Frameworks README for more information.

Upvotes: 2

Related Questions