not able to use Google map sdk in ios

前端 未结 2 1118
执念已碎
执念已碎 2020-12-18 10:22

I am working a simple iOS app into which I am integrating Google Maps. but not getting any result . i have used this steps

step 1:i have downloade

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 10:57

    For the GoogleMaps framework you need to install cocoa pods and in then type the following in terminal pod try GoogleMaps This will install the pod and and download the googlemaps framework. It will open a sample project on completion. You can find the framework and map bundle in the project. Using this framework my issue was resolved. Below is the complete path of the framework on my machine: /private/var/folders/9b/w5tw8dwx3vsddqw1g0r1rksr0000gn/T/CocoaPods/Try

    Hope this helps :)

提交回复
热议问题