[Solved] Xcode project: Library not found for -lmp3lame [closed]
Besides the fact that you need to format your error correctly (at least put a code block around it or something), you may want to look into debugging error messages from LLDB (the debugger). A clang/linker error means that a certain file cannot be found when the project is compiling. ld: library not found for … Read more