Reputation: 83
Steps to reproduce:
Examples/iOS/SequencerDemo/SequencerDemo.xcodeproj
No such module AudioKit
in ViewController.Swift:9
Analysis:
Linked Frameworks and Libraries
I DO see the AudioKit.framework
and it has the correct path.Details:
P.S: I am a Swift/xCode noob, so I might be missing something trivial here.
Upvotes: 2
Views: 443
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