百度地图 ld: framework not found BaiduMapAPI_Location 或 高德地图 ld: framework not found AMapLocationKit

  • Post author:
  • Post category:其他



在xcode8,安装百度地图或者高德地图,通过 TARGETS->General->linked Frameworks and Libraries->+  方式添加静态库 framework,会分别发生百度地图 ld: framework not found BaiduMapAPI_Location 或 高德地图 ld: framework not found AMapLocationKit 错误。


原因是百度或者高德库在项目中找不到该库,解决方式:


不通过上面方式添加,而是直接拖到项目到工程目录下,即可解决上述错误。



版权声明:本文为gdmmhxd原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。