Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Example app #124

Open
TomPFlahive opened this issue Aug 5, 2020 · 1 comment
Open

Cannot run Example app #124

TomPFlahive opened this issue Aug 5, 2020 · 1 comment

Comments

@TomPFlahive
Copy link

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.

@asmpg
Copy link

asmpg commented Jan 6, 2021

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants