How to fix this recurring character error, xcode 7.0.1

I searched and searched and could not find the answer.

I added google analytics to my project. I have two projects in the same workspace that use Google Analytics. I tied them both up. This was not a problem before. But then I needed to add another library, so I ran "pod update", and since then I get this error. Now both locations are EXACTLY the same file.

How can I fix this error? (as an additional note, the .m files were imported and there are no duplicate entries in the library in the pbxproj file)

duplicate symbol _UselessFunctionThatExistsSolelySoThatIDontGetErrorsAboutEmptyLibsF474397331760491295374 in: /Users/Lena/Dev/workspace/app/myapp/../Pods/GoogleUtilities/Libraries/libGTM_NSData+zlib.a(StaticLibraryEmptySourceFile.o) /Users/Lena/Dev/workspace/app/Pods/GoogleUtilities/Libraries/libGTM_NSData+zlib.a(StaticLibraryEmptySourceFile.o) ld: 1 duplicate symbol for architecture x86_64 
+8
xcode google-analytics
source share

No one has answered this question yet.

See similar questions:

196
Duplicate characters for x86_64 architecture in Xcode

or similar:

1348
How to "add existing frames" in Xcode 4?
981
How to download Xcode DMG or XIP file?
868
Xcode Error "Could not find disk image for developers"
805
Xcode 7 Error: "There is no iOS distribution subscription id for ..."
2
How to remove firebase analytics dependencies on xcode project?
0
Character duplication error in Xcode 5
0
Duplicate Symbols for i386 Architecture for Pods / Parse
0
Problem using Box SDK on Cocoapods while Google Analytics is included in a single pod file
0
Xcode Objective-C Error: 2 duplicate characters
-one
Debugging cordova application on xcode. mistake

All Articles