I am trying to write some iOS logic tests against classes in my project that use functionality from some of the libraries in my podspec. I am using the standard unit test bu
It's also worth noting that if you have libPods.a added twice, you'll get some nasty error like this:
libPods.a
232 duplicate symbols for architecture i386
To fix it, just delete one of the libPods.a references in your Project Explorer.