Class is implemented in both. One of the two will be used

前端 未结 4 1072
小鲜肉
小鲜肉 2020-12-03 02:31

I have a project that has a dependency (installed via CocoaPods) using SocketRocket and have imported a static library from HeapAnalytics. Apparently the HeapAnalytics libra

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 03:07

    In my case this error appeared when I unnecessarily added a source file to both my main app target and my test target:

    Removing the test target from Target Membership solved it:

提交回复
热议问题