gpt4 book ai didi

ios - iOS Google Places API-编译错误-使用未声明的标识符GMSAutocompleteViewController

转载 作者:行者123 更新时间:2023-12-01 18:46:56 26 4
gpt4 key购买 nike

我已经使用CocoaPods安装了GoogleMaps SDK。
对于某些屏幕,我需要使用Google Places API
这是代码

GMSAutocompleteViewController *acController = [[GMSAutocompleteViewController alloc] init];
acController.delegate = self;
[self presentViewController:acController animated:YES completion:nil];

我从 https://developers.google.com/places/ios-api/autocomplete得到的
错误-使用未声明的标识符'GMSAutocompleteViewController'

最佳答案

您是否已将#import <GoogleMaps/GoogleMaps.h>添加到文件中?

另一种可能是您使用的是旧版的GoogleMaps pod(在1.11版中添加了GMSAutocompleteViewController)。要解决此问题,只需运行
pod update
在项目目录中。

关于ios - iOS Google Places API-编译错误-使用未声明的标识符GMSAutocompleteViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34861056/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com