未找到GoogleMaps 2.1.1文件错误

时间:2016-12-02 12:42:58

标签: objective-c xcode google-maps cocoapods

在我的项目中,我使用cocoapods从v1.13到v2.1.1更新了谷歌地图框架,突然发现了这个错误。

#import <GoogleMaps/GoogleMaps.h> file not found

不知道为什么会出现此错误。 我尝试使用googlemaps 2.1.1运行google示例项目

pod try googleMaps

在运行示例项目时,仍显示相同的错误。

1 个答案:

答案 0 :(得分:0)

试试这个:

#import <GoogleMaps/GoogleMaps.h>

<强>更新 而不是@import GoogleMaps; 使用:

filePath=./file.txt

请参阅此GoogleMaps Documentation