gpt4 book ai didi

swift - PFGeoPoint 不适用于 xcode7-ios9

转载 作者:行者123 更新时间:2023-11-28 06:57:05 25 4
gpt4 key购买 nike

我正在尝试使用 Parse 检索当前用户位置。但是出于某种超出我所知的原因,我无法在下面的 block 内发生任何事情。既无意义也无错误。

我在 ios9 上运行 xcode 7。

   func geoLocation(){
print("GEO LOCATION")
PFGeoPoint.geoPointForCurrentLocationInBackground { (point: PFGeoPoint?, error: NSError?) -> Void in
print("POINT\(point)\(error)")
}
}

最佳答案

NSLocationWhenInUseUsageDescription

NSLocationAlwaysUsageDescription

将这些键放入 info.plist

现在这是 IOS 8 及更高版本的要求。

关于swift - PFGeoPoint 不适用于 xcode7-ios9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33204615/

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