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.
所以我一直在尝试将 Bullet 物理库包含到我的项目中,Cmake 为我生成了一个 Xcode 项目,该项目构建为静态库或 .a 文件。所有演示都可以在该项目中完美运行,但我需要能够在我的 C++ Xcode 项目中使用它们,我已经包含了必要的头文件,但是如何在 Xcode 4 中使用 .a 文件?或者我还应该做什么?
您可以像添加源文件或框架一样将 .a 文件添加到项目中,即将它们拖到项目窗口或使用Files=> Add Files to "foo"...。
Files
Add Files to "foo"...