I am trying to build a static library that has different dependencies (AFNetworking for example) specified in a Podfile. I don\'t want the dependencies to be included in the fin
I solved it by removing the libPods.a lib from the section "Link Binary With Libraries" in Build Phases.