GoogleMaps is not dylib: error compiling with pod file

Linker error: ld: warning: auto link enabled: link linker option in / Path / GoogleMaps is not dylib

Undefined characters for x86_64 architecture:

"_ OBJC_CLASS _ $ _ GMSServices" referenced by:

objc-class-ref in AppDelegate.o ld: characters (characters) that were not found for x86_64 architecture

clang: error: linker command failed with exit code 1 (use -v to invoke the call)

Here I use google places API with pod and Xocde 6.3. This problem is thrown during compilation when I try to use any of the Google Maps Map classes.

+5
source share
1 answer

I am facing the same problem, I am fixing it by adding the GoogleMaps.framework library to link the binary libraries. This fix and it worked.

All libraries and frames in my project

+2
source

All Articles