I have a problem with Weatherkit and recive data error with
2022-12-04 11:22:05.564713+0900 weatherProject[13140:412146] [WeatherDataService] Response did not contain requested dataset: .appLocationConfig. Returning default value: AppLocationConfig(reportAnIssue: ReportIssueLocationConfig(position: beforeFooter, minDaysSinceInteraction: 0), expireTime: 2022-12-04 02:52:05 +0000
func getCurrnetWeather(CLlocation: CLLocation, completion: @escaping () -> Void){
Task {
do {
let result = try await weatherService.weather(for: CLlocation)
weather? = result
} catch {
print(error)
}
}
}
How Can I solve this problem? I Checked my account identifier. But still have problem...