6

I am getting error :

  • ld: 23 duplicate symbols for architecture arm64

&duplicate symbols are found in :

  • duplicate symbol _OBJC_METACLASS_$_GTMLogAllowedLevelFilter in: /Users/kabloom/Library/Developer/Xcode/DerivedData/KaBloom-atezfibugqdtnobedrrypbagrnmn/Build/Products/Debug-iphoneos/GoogleToolboxForMac/libGoogleToolboxForMac.a(GTMLogger.o) /Users/kabloom/Documents/Kabloom/Proj/Current Project/KaBloom Prakash/GoogleOpenSource.framework/GoogleOpenSource(GTMLogger.o)

    I am using latest firebase sdk 4.8.2. I read a lot about the similar question in google forums and few answers here on stack overflow but unable to resolve the issue.

Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37

1 Answers1

0

I disintegrated Google plus framework and integrated google sign-in with firebase itself. In this way i am able to resolve my problem.

Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37