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

Build errors, can't seem to locate audio libraries #6

Open
elliotblackburn opened this issue May 10, 2016 · 0 comments
Open

Build errors, can't seem to locate audio libraries #6

elliotblackburn opened this issue May 10, 2016 · 0 comments

Comments

@elliotblackburn
Copy link

I'm looking to run a new build of the library so that we can include it into an AIR-21 project as the current one is giving errors when we attempt to package as an IPA. When attempting to build from the xcode project, I'm getting the 6 following errors that seem to suggest it can't locate some libraries. However I can see files that I'd assume are related to most of these such as the lmp3lame. While they're not named the same, I'm assuming these are what it's after.

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -lopencore-amrnb
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lopencore-amrnb is not an object file (not allowed in a library)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -lopencore-amrwb
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lopencore-amrwb is not an object file (not allowed in a library)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -lmp3lame
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lmp3lame is not an object file (not allowed in a library)

I'm aware this project is old and hasn't been updated for quite a while, but we're looking to use the library for a prototype of an app. Sadly the AIR microphone setup isn't giving us the quality we need for it.

Any suggestions or fixes would be really appreciated as I'm at a dead-end and really not sure where to go right now.

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

1 participant