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

Apple Mach-O Linker Error #4

Open
Sivabalaa opened this issue Jul 27, 2015 · 1 comment
Open

Apple Mach-O Linker Error #4

Sivabalaa opened this issue Jul 27, 2015 · 1 comment

Comments

@Sivabalaa
Copy link

Undefined symbols for architecture x86_64:
"_lame_close", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_encode_buffer_interleaved", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_encode_flush", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_init", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_init_params", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_set_VBR", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
"_lame_set_in_samplerate", referenced from:
-[TXXViewController toMp3] in TXXViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@lzy1010
Copy link

lzy1010 commented Dec 18, 2016

libmp3lame.a doesn't support architecture x86_64,just replace it

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