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.
© 2022 - 2024 — McMap. All rights reserved.
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 runpod install
command. This will install the API's specified in thePodfile
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