file not found Google Maps SDK for iOS

后端 未结 10 1842
故里飘歌
故里飘歌 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条回答
  •  無奈伤痛
    2020-12-06 19:30

    Try this:

    Drag the GoogleMaps.framework bundle to the Frameworks group of your project. When prompted, select Copy items into destination group's folder.

    You have to copy the unzipped folder "GoogleMaps.framework" into XCode.

    Then follow steps 3 & 4

    3.Right-click GoogleMaps.framework in your project, and select Show In Finder.

    4.Drag the GoogleMaps.bundle from the Resources folder to your project. We suggest putting it in the Frameworks group. When prompted, ensure Copy items into destination group's folder is not selected.

    If still not working try adding manually GoogleMaps.framework in the Build Phases tab->Link Binary with Libraries

提交回复
热议问题