SwiftAudio
SwiftAudio copied to clipboard
Cannot run Example app
I am getting an error, "No such module 'SwiftAudio'", when I try and build the example app. I cloned the repository, navigated to the Example folder, ran pod install, and got the following confirmations: "Installing SwiftAudio 0.11.2 (was 0.7.2)" and "Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed." So it seems that worked correctly. I then open the SwiftAudio.xcodeproj under the Example folder (Xcode 11.6), and run the build. That's when I get the error.
Is there another step I am missing to get the Example app to run.
When using cocoapads to manage your dependencies;
after 'pod install', you should use Xcode to open workspace config (*.xcworkspace) .
Do not open project config *.xcodeproj .