question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Module GoogleMapsBase not Found

See original GitHub issue

When building Cordova for iOS using this plugin I get this error /Plugins/com.googlemaps.ios/GoogleMaps.framework/Headers/GMSCoordinateBounds+GoogleMaps.h:13:9: fatal error: module 'GoogleMapsBase' not found

Which causes the Build to fail. Has anyone else found this problem or know a solution?

My config.xml has this: <plugin name="cordova-plugin-googlemaps" spec="git+https://github.com/mapsplugin/cordova-plugin-googlemaps.git"> <variable name="API_KEY_FOR_ANDROID" value="androidkey" /> <variable name="API_KEY_FOR_IOS" value="ioskey" /> <variable name="NSLOCATIONWHENINUSEUSAGEDESCRIPTION" value="Show your location on the map" /> <variable name="NSLOCATIONALWAYSUSAGEDESCRIPTION" value="Trace your location on the map" /> </plugin> The values have my api keys in them.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
wf9a5m75commented, May 14, 2017

Thank you for letting me know. I modified symbolic links for cordova. Please reinstall the plugin. You can do

$> cordova plugin rm com.googlemaps.ios --force

$> cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk --nofetch

$ cordova plugin list
com.googlemaps.ios 2.2.0-fixed "Google Maps SDK for iOS" . <----
cordova-plugin-googlemaps 2.0.0-beta2-20170510-1500 "cordova-plugin-googlemaps"
cordova-plugin-whitelist 1.3.2 "Whitelist"
0reactions
wf9a5m75commented, May 22, 2017

Since @tgb20 does not reply in one week, and the original issue (Module GoogleMapsBase not Found) was already solved, I close this issue at once.

If you have any update, you can still reply and open this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

google maps - ios Module 'GoogleMapsBase' not found
I am working in Xcode 7.3. 1 using ObjectiveC. I am having a similar issue like this but it is fixed in version...
Read more >
fatal error: module 'GoogleMapsBase' not found #1722
iOS build got failed due to fatal error: module 'GoogleMapsBase' not found i followed this doc also ...
Read more >
GoogleMaps on CocoaPods.org
Google Maps SDK for iOS. This pod contains the Google Maps SDK for iOS, supporting both Objective-C and. Swift. Use the Google Maps...
Read more >
Set up an Xcode Project | Maps SDK for iOS
The Maps SDK for iOS is available as a CocoaPods pod. ... There is a known issue where apps do not compile properly...
Read more >
Xcode 12.0.1 "No such module" | Apple Developer Forums
I have the same problem where I received the error "No module found" when ran on simulator, but works fine on mobile device....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found