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
xcode google-analytics
Lena Bru
source share