Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的任务是在我的 mac 程序中将 wav 转换为 mp3,我已经下载并编译了 LAME 编码器。我想知道如何在我的 xcode 项目中使用它?以前的 3rd 方库一直是框架的形式,但 LAME 只是生成了一个 dylib。
谢谢你。
动态库的使用类似于Framework Apple doc on dynamic library
图书馆需要在一个已知的地方
在目标构建选项中设置标题和库搜索路径。要使用该库,请将其拖入 Xcode(这些将 -I -L 和 -l 选项设置为编译器)