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.
我正在开发一个 iOS 应用程序项目。我的工作区中有三个项目(ProjA、ProjB、ProjC)。
ProjB 和 ProjC 是库项目,目标是 libProjB.a、libProjC.a
ProjA 应该链接到 libProjB.a 和 libProjC.a
如何在工作区中设置正确的依赖关系?(我刚才有“重复符号”)