Hi I am trying to add the FirebaseFirestoreSwift
pod to my project so I can encode and decode custom objects with FireStore. My project was running but I added it to my podfile and get some duplicate errors when building. (Build succeeds when I remove it from my Podfile.
duplicate symbol '_OBJC_CLASS_$_FIRAnalyticsConfiguration' in:
/Users/~/Library/Developer/Xcode/DerivedData/community-garden-ios-duyohzbycrzylgdmgnstqtwukjjf/Build/Products/Debug-iphonesimulator/FirebaseCore.o
/Users/~/Library/Developer/Xcode/DerivedData/community-garden-ios-duyohzbycrzylgdmgnstqtwukjjf/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/FirebaseCore(FIRAnalyticsConfiguration.o)
You can view complete error here
I am a newbie to iOS and I have spent days researching the problem but most Stackoverflow posts deal with people writing objective C-code. I've tried to look compiled sources but no files were linked twice.
This image shows the targets of my Pods