Class is implemented in both, One of the two will be used. Which one is undefined

I don’t know the reason, but if you open your app’s Pods-[AppName].debug.xcconfig file that cocoapods creates you’ll find OTHER_LDFLAGS and you’ll see it links to the same frameworks you link in your framework. So if you remove -framework [Duplicated framework] the warning disappears.

Seems to be a cocoapods error

Leave a Comment