SuperHappy
SuperHappy

Reputation: 161

cocoaPods error :duplicate symbol _OBJC_METACLASS_$_PodsDummy_Pods

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

Answers (1)

Rence
Rence

Reputation: 55

Having duplicate symbol.

You can safely delete them from the Archive.

Upvotes: 1

Related Questions