我添加了GoogleService-Info.plist,用

#import <GoogleMaps/GoogleMaps.h>


GMSServices.provideAPIKey(Keys.google)

可以,但编译器找不到“gmsautocomplefilter”,根据Google Tutorial,它包含在“GoogleMaps.h”中。其他类的定义很好:
swift - 使用 Unresolved 标识符“GMSAutocompleteFilter”-LMLPHP
我使用google教程中的函数来测试:
swift - 使用 Unresolved 标识符“GMSAutocompleteFilter”-LMLPHP

最佳答案

我找到了答案:Google文档中没有说明,但我应该添加
pod 'GooglePlaces'
到我的播客文件和

#import <GooglePlaces/GooglePlaces.h>

连接到桥接头。

关于swift - 使用 Unresolved 标识符“GMSAutocompleteFilter”,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/40219034/

10-12 02:33