Module GoogleMapsBase not Found
See original GitHub issueWhen 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:
- Created 6 years ago
- Comments:16 (7 by maintainers)
Thank you for letting me know. I modified symbolic links for cordova. Please reinstall the plugin. You can do
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.