While building the Application i am getting the following error i have searched a lot but i am unable to figure out what is the problem.
ld: warning: ignoring file /Users/username/GoogleMaps/GoogleMaps.framework/GoogleMaps, missing required architecture arm64 in file /Users/username/GoogleMaps/GoogleMaps.framework/GoogleMaps (2 slices) Undefined symbols for architecture arm64: "_OBJC_CLASS_$_GMSPolyline", referenced from: objc-class-ref in GPSController.o "_OBJC_CLASS_$_GMSCameraPosition", referenced from: objc-class-ref in GPSController.o "_OBJC_CLASS_$_GMSMutablePath", referenced from: objc-class-ref in GPSController.o "_OBJC_CLASS_$_GMSMarker", referenced from: objc-class-ref in GPSController.o "_OBJC_CLASS_$_GMSMapView", referenced from: objc-class-ref in GPSController.o "_OBJC_CLASS_$_GMSServices", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using GoolgeMaps SDK 1.4.3
PS:- I am relatively new to iOS programming so please avoid any blunders.