gpt4 book ai didi

iphone - 从不兼容的指针类型传递 ObjectForKey 的参数

转载 作者:行者123 更新时间:2023-12-03 21:08:58 25 4
gpt4 key购买 nike

大家好!当我构建这个时,我在 objectForKey 上收到警告...警告说; “从不兼容的指针类型传递‘objectForKey:’的参数 1”有谁知道如何解决这个问题吗?

- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark{
NSString *streetAddress = [NSString stringWithFormat:@"%@",
[placemark.addressDictionary objectForKey:kABPersonAddressStreetKey]];

mapView.userLocation.subtitle = streetAddress;
}

提前致谢!

最佳答案

转换参数以消除警告。

[placemark.addressDictionary objectForKey:(NSString *)kABPersonAddressStreetKey]

关于iphone - 从不兼容的指针类型传递 ObjectForKey 的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4598875/

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