Reputation: 161
I make a xx.a(use cocoaPods) serve it to others,they want to use it in a project which used cocoaPods too,get this error:
duplicate symbol OBJC_METACLASS$PodsDummy_Pods in: xx.a(Pods-dummy.o) other.a(Pods-dummy.o) duplicate symbol _OBJC_CLASS$_PodsDummy_Pods in: xx.a(Pods-dummy.o) other.a(Pods-dummy.o)
How can I resolve it? Can I delete the Pods-dummy.o from xx.a?
Upvotes: 1
Views: 1288