Apple Mach -O Linker error when using Google Maps SDK
I have installed the Google Maps SDK using CocoaPods. When compiling, I have an error:
linker command failed with exit code 1 (use -v to see invocation)
I have installed all these frameworks:
AVFoundation.framework
CoreData.framework
CoreLocation.framework
CoreText.framework
GLKit.framework
ImageIO.framework
libc++.dylib
libicucore.dylib
libz.dylib
OpenGLES.framework
QuartzCore.framework
SystemConfiguration.framework
libstdc++.dylib
CoreBlueTooth.framework
Accelerate.framework
I also removed "Armv7s" in valid architecture in build settings as some people have talked about other threads, but I still get linker error. Is there a way to get around this?
+3
source to share