gpt4 book ai didi

iOS,初始化 GMSPlacesClient 时出错 - 无法识别的选择器发送到实例

转载 作者:行者123 更新时间:2023-11-28 08:56:38 26 4
gpt4 key购买 nike

我正在尝试在应用中集成 Google Maps API 的自动完成功能。

根据此处的文档,我正在尝试在 ViewController 的 viewDidLoad 覆盖上实例化 GMSPlacesClienthttps://developers.google.com/places/ios-api/start

var placesClient: GMSPlacesClient?
override func viewDidLoad() {
placesClient = GMSPlacesClient()
super.viewDidLoad()
}

GMSServices 已使用我的 key 在 AppDelegate 上实例化。

但是我在实例化过程中遇到了以下错误。

2015-10-02 22:04:59.734 food2eat[93509:13849667] -[NSThread gtm_performBlock:]: unrecognized selector sent to instance 0x7ffc03f04f80
2015-10-02 22:04:59.766 food2eat[93509:13849667] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSThread gtm_performBlock:]: unrecognized selector sent to instance 0x7ffc03f04f80'

我做错了什么?

最佳答案

遇到了同样的问题。在我更改 GMS API key 后出现此错误。

关于iOS,初始化 GMSPlacesClient 时出错 - 无法识别的选择器发送到实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32918270/

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