I'm using XCode 4.6.1
. I have several projects in my workspace, but only one of them is able to include libraries added with CocoaPods
. The other projects don't detect them at all.
How do I share my CocoaPods
with the entire workspace? Do I need to include libPods.a
in the build dependencies of all projects? Do I need to add something special to the podfile?