file not found Google Maps SDK for iOS

后端 未结 10 1867
故里飘歌
故里飘歌 2020-12-06 19:04

Yesterday I recived an email from google saying that I could acces to the map api for ios, I generated my key from the app console and I follow the steps of https://develope

10条回答
  •  萌比男神i
    2020-12-06 19:30

    Finally I have found the solution for my problem:

    1 Extract the subfolder A in version and I renamed it to GoogleMaps.framework

    2 Copy this folder to your project folder.

    enter image description here

    3 Add it to your Frameworks group in the project

    enter image description here

    4 Import to AppDelegate as #import "GoogleMaps/GoogleMaps.h"

    I will edit with images for people that have the same trouble.

    Thanks for all the people that helped me.

提交回复
热议问题