While I\'ve seen many questions dealing with Cocoapods and static libraries, most of them seem to assume you\'ll eventually have a single workspace with your static library
This problem came up for me when I had manually added some external code to my project AFNetworking, e.g., and then later added some pods that also included it.
Simply removing AFNetworking from my own Project (not the pod) eliminated the problem.