Framework not found GoogleMaps sdk in iOS

后端 未结 12 2064
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 20:14

I want to use google map to existing(not a new one) iPhone project.Now i am using Google map ios sdk and i successfully added google map framework to my project.But i got er

12条回答
  •  無奈伤痛
    2020-12-08 21:10

    I solved my issue

    You need to do this

    1. Click on your project (targets)
    2. Click on Build Settings
    3. Under Framework search paths (set your framework path)

    Following information for getting framework search paths

    1. Right click on your framework folder (for ex: GoogleMaps.framework)
    2. select Get info
    3. copy the path from General->where and paste this path in your framework search path (path should contain in single line)

    Good luck

提交回复
热议问题