Undefined symbols for architecture armv7 while using Google-Maps-iOS-SDK (1.8.1)
问题 I am trying to add Google-Maps-iOS-SDK (1.8.1) using cocoapods (0.33.1) . Deployment target version: iOS 7.0 I have added this pod: pod 'Google-Maps-iOS-SDK' , '~> 1.8' Downloaded and installed sdk properly. I started adding header file and sample map view loading code from here. I have properly added API keys. In one view controller's - (void)viewDidLoad , I have added following code: // Create a GMSCameraPosition that tells the map to display the // coordinate -33.86,151.20 at zoom level 6.