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.
我正在尝试使用 Buck 将预构建的静态库作为依赖项添加到我的 iOS 项目中。使用 prebuilt_cxx_library,我可以从 CLI 中正常工作,但是当它生成 .xcodeproj 文件时,它无法将正确的标题添加到搜索路径中,因此无法编辑。反正有没有让生成的项目工作?
您必须将适当的添加exported_headers到您的prebuilt_cxx_library.
exported_headers
prebuilt_cxx_library