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.
Asked
Active
Viewed 3,745 times
9
-
I solved my issue by [http://stackoverflow.com/questions/19130629/framework-not-found-googlemaps-sdk-in-ios](http://stackoverflow.com/questions/19130629/framework-not-found-googlemaps-sdk-in-ios),Don't pod,Don't pod。 – Lidalu Aug 11 '16 at 12:00
-
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. – Android Enthusiast Aug 12 '16 at 07:52
-
@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.0 – Adnan Asghar Aug 12 '16 at 08:01
-
would you please show us your podfile structure – Daniyar Aug 23 '16 at 17:54
-
I'm experiencing this as well when just importing GooglePlaces 2.0.1. What specifically was done to fix this? – blahartinger Aug 30 '16 at 21:03
-
@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. – Adnan Asghar Aug 31 '16 at 05:52
-
@blahartinger the workaround for me was to stick to 1.13.2 because of the workload. – Adnan Asghar Aug 31 '16 at 05:55