I am trying to integrate Google Sign In into my iOS apps, but in doing so I am getting below the error.
Is there any solution to remove below errors?
Undefined symbols for armv7 architecture: "_inflate", link from: l002 to GoogleSignIn (GTMNSData + zlib.o) "_deflate" referenced: l001 to GoogleSignIn (GTMNSData + zlib.o) "_inflateEnd" referenced: l002 in GoogleSignIn (GTMNSData + zlib.o) "deflateInit2" referenced by: l001 on GoogleSignIn (GTMNSData + zlib.o) "inflateInit2" referenced: l002 on GoogleSignIn (GTMNSData + zlib.o) "_deflateEnd" which is referenced: l001 in GoogleSignIn (GTMNSData + zlib.o) ld: character (s) not found for armv7 architecture clang: error: linker command failed with exit code 1 (use -v to see the call)
source
share