Libraries not found when using CocoaPods with iOS logic tests

前端 未结 14 1392
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 15:41

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

14条回答
  •  星月不相逢
    2020-11-29 16:25

    It's also worth noting that if you have libPods.a added twice, you'll get some nasty error like this:

    232 duplicate symbols for architecture i386
    

    To fix it, just delete one of the libPods.a references in your Project Explorer.

提交回复
热议问题