Failed to load optimized model at path error with Google Maps API using Xcode 7 / iOS9

我只是一个虾纸丫 提交于 2019-12-05 07:03:22

Add -ObjC to "Other Linker Flags"

(Build Settings -> Linking -> Other Linker Flags). 

This solved it for me.

After I added this flag I received some errors regarding missing symbols (such as _CBAdvertisementDataManufacturerDataKey).

I added the Accelerate and CoreBluetooth frameworks in *Build Phases -> Link Binary With Libraries*.

This issue is fixed in the new update of Google maps https://developers.google.com/maps/documentation/ios-sdk/releases?hl=en Check this Link and update your local repositories

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!