You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.horizontal(10000) // has an horizontal accuracy of 100 meters or lower
], timeout: 10)```
should return a location
### Actual Incorrect Behavior
I'm getting a timeout error despite `location.locationServicesEnabled` being `true`
The text was updated successfully, but these errors were encountered:
Platform Version
macOS
SDK Version
6.0.0
Xcode Version
NA
Steps To Reproduce
I'm trying to use this in a Raycast extension https://github.com/that70schris/weather/tree/minimum
npm install
npm run dev
file to focus on is https://github.com/that70schris/weather/blob/minimum/Sources/weather.swift
Expected Behavior
The text was updated successfully, but these errors were encountered: