Hi, I just downloaded AudioKit Version 3.5 and added the framework as an embedded binary as per your set-up video. AudioKit.framework now appears in the Xcode Navigation window of the HelloWorld project. I imported AudioKit into ViewController.swift but Xcode reports:
No such module ‘AudioKit’On inspecting the Navigation window, AudioKit.framework shows only a folder with .h files (79 or thereabouts). There are no exec, fix-framework.sh or .raw files or no Modules, BCSymbolMaps or _CodeSignature folders.
In the Navigation window
Add to files to ‘AudioKit.framework ’…I repeated the process from the start several times and it happens consistently.
Can you recommend an alternative way to import the entire framework ?
Cheers
Greg S
You said: ... the framework is not in your framework search paths.
Aure, do you mean the path I used to find the framework when I selected it in Xcode ? or something else ?
I tried once more this time removing old files from the desktop before doing a clean download, then manually unzipping it before repeating the process. I get the same result. Also as I type
import AudioK… at this point Xcode tries to insert CoreAudioKit. Worth noting but possibly irrelevant.
Greg S
In case it helps, I just created a bank of sliders suitable for controlling a physical modelling instrument (and while you're there be sure to up vote the post :-) You could try something similar using buttons. I'm about to try it out with AudioKit.
Greg S