0

I am using the GoogleMaps iOS SDK in my app and added it with cocoapods. However, after updating xCode from 7.2 I'm suddenly getting the following error: Could not build Objective-C module 'GoogleMaps' I already deleted my DerivedData folder, updated cocoapods, reinstalled the GoogleMaps iOS SDK and cleaned and build the framework's scheme and my app's scheme. But nothing helped so far.

enter image description here

Luka Kerr
  • 4,161
  • 7
  • 39
  • 50
kim
  • 1

1 Answers1

0

Make sure you have completed all the steps listed here: https://developers.google.com/maps/documentation/ios-sdk/start#adding_the_google_maps_sdk_for_ios_to_your_project

I did some research and found this Stack overflow related to your inquiry: Undefined symbols for architecture armv7

I hope this may help you.

Community
  • 1
  • 1
Android Enthusiast
  • 4,826
  • 2
  • 15
  • 30