ios Module 'GoogleMapsBase' not found
Asked Answered
K

0

9

Error

pods version

Pod Structure

I have updated my pods to the latest GoogleSDK which now has separate cocoapods. After I have successfully updated my pods I am having issue with the module GoogleMapsBase which cannot be found and as a result I think it cannot build module GooglePlaces. I am working in Xcode 7.3.1 using ObjectiveC. I am having a similar issue like this but it is fixed in version 2.0.1 and I am using version 2.0.1 as well.

Kala answered 9/8, 2016 at 12:50 Comment(7)
I solved my issue by https://mcmap.net/q/487321/-framework-not-found-googlemaps-sdk-in-ios,Don't pod,Don't pod。Weisbart
Have you tried to edit your PodFile in your project directory? This file defines your project's dependencies. Specify your target name and the name of pods that come with the Places API for IOS. After that try to run pod install command. This will install the API's specified in the Podfile along with any dependencies they may have. Note that Google Maps SDK for IOs requires atleast Xcode 7.0 with a target SDK of 8.0 or later.Rayon
@d.datul1990 I have also tried this but the issue was still there. My Xcode version is 7.3.1 and target sdk is 8.0Kala
would you please show us your podfile structureLevelheaded
I'm experiencing this as well when just importing GooglePlaces 2.0.1. What specifically was done to fix this?Musketeer
@Astoria I have added the Podfile Structure. This is the current version but as you can see that the commented portion was the older version.Kala
@Musketeer the workaround for me was to stick to 1.13.2 because of the workload.Kala

© 2022 - 2024 — McMap. All rights reserved.