SwiftAudio icon indicating copy to clipboard operation
SwiftAudio copied to clipboard

Cannot run Example app

Open TomPFlahive opened this issue 5 years ago • 1 comments
trafficstars

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.

TomPFlahive avatar Aug 05 '20 15:08 TomPFlahive

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 .

asmpg avatar Jan 06 '21 17:01 asmpg