Google Maps animateToCameraPosition iOS7 issue

橙三吉。 提交于 2019-12-02 04:53:05

What you have to do is to add -objC flag in your "project" build setting, instead of "target"'s build setting.

As it is mentioned in the following section from Google's Documentation

**" Choose your project, rather than a specific target, and open the
    Build Settings tab. In the Other Linker Flags section, add -ObjC. If
    these settings are not visible, change the filter in the Build
    Settings bar from Basic to All. "**

By this way, I was able solve Google Maps animateToCameraPosition issue.

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