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.
我正在使用XCode 4.6.1. 我的工作区中有几个项目,但其中只有一个能够包含使用CocoaPods. 其他项目根本没有检测到它们。
XCode 4.6.1
CocoaPods
如何CocoaPods与整个工作区共享我的?我需要包含libPods.a在所有项目的构建依赖项中吗?我需要在 podfile 中添加一些特殊的东西吗?
libPods.a
默认情况下,CocoaPods 只链接到它找到的第一个目标。您可能想查看xcodeproj和link_with Podfile 指令。