Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GMSServices", referenced from:
type metadata accessor for __ObjC.GMSServices in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Asked
Active
Viewed 348 times
1

asheesh Verma
- 404
- 6
- 17
-
How are you handling your dependencies? Pod? – Matías Insaurralde Jan 25 '16 at 09:24
-
i just follow all the instruction given on : https://developers.google.com/maps/documentation/ios-sdk/start#get-cocoapods – asheesh Verma Jan 25 '16 at 09:30
-
Please check this http://i.stack.imgur.com/j0hCG.png – asheesh Verma Jan 25 '16 at 10:36
1 Answers
1
I am guessing you are building for the arm64bit and the Google Maps SDK doesnt have a 64 bit version.
Try building for armv7, armv7s only
If this do not solve your purpose check the framework list required to integrate GoogleMaps.

Reshmi Majumder
- 961
- 4
- 15
-
I think there is some problem with pod installation as just now I integrated GoogleMaps it is working fine. – Reshmi Majumder Jan 25 '16 at 10:14
-
1Please check https://youtu.be/dS6UwD51EGg here I have posted how to implement GoogleMaps with pods. – Reshmi Majumder Jan 25 '16 at 10:48
-
Hi, Reshmi Please See the query regarding this : http://stackoverflow.com/questions/35154835/error-when-i-upgrade-static-googlemap-sdk-to-cocoapods – Mihir Oza Feb 02 '16 at 13:50