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

Error installing with SPM #50

Closed
hoangnam714 opened this issue Nov 21, 2022 · 2 comments
Closed

Error installing with SPM #50

hoangnam714 opened this issue Nov 21, 2022 · 2 comments

Comments

@hoangnam714
Copy link

Screen Shot 2022-11-21 at 17 12 01

Cannot find type 'SCAudioManager' in scope I used SPM to install DSWaveformImage, but I can't find SCAudioManager xcode Version 14.1 (14B47b), UIKit
@dmrschmidt
Copy link
Owner

Hey @hoangnam714,

that's correct. SCAudioManager is not part of the library and only referenced in the docs to show an example for live recording. Feel free to use it, the source code is in the example project: https://github.com/dmrschmidt/DSWaveformImage/blob/main/Example/DSWaveformImageExample-iOS/SCAudioManager.m

It's really old Objective-C though and you are very likely to have different requirements for your use case, so I would not recommend it. I can also not provide guidance for this class, as it is outside of the scope of the library. Feel free to use it as inspiration though.

@hoangnam714
Copy link
Author

hoangnam714 commented Nov 21, 2022

@dmrschmidt ops..., so that's it
Thank you, have a nice day

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