Uber-API iOS Swift 找不到当前位置

Uber-API iOS Swift unable to find current location

我一直在使用 Uber API 示例 https://github.com/uber/rides-ios-sdk/tree/master/examples/Swift%20SDK/Swift%20SDK 。我正在使用本地主机并让应用程序通过用户位置除外。

我一直收到错误消息:""Unable able to find current location"

有什么建议从哪里开始?我添加了 CoreLocation.framework 并尝试修改 RideRequestWidgetExampleViewController。我还在 UberSandBox 里。

我会检查以确保您的模拟器位置已启用。打开模拟器时,如果转到 Debug > Location,是否选中了 None 选项?

否则,请确保将 NSLocationWhenInUseUsageDescriptionNSLocationAlwaysUsageDescription 键添加到您的 Info.plist 中,并使用描述您需要位置

的原因的字符串