Post

Replies

Boosts

Views

Activity

Reply to WeatherKit Swift / REST mismatch? daytimeForecast and overnightForecast not available via Swift?
Still no solution. I can access the property if I break into the debugger (lldb) v weatherDataForDate.daytimeForecast.cloudCover (Double) weatherDataForDate.daytimeForecast.cloudCover = 0.96999999999999997 But the respective code will not compile 😭 print(weatherDataForDate.daytimeForecast.cloudCover) (Error: Value of type 'DayWeather' has no member 'daytimeForecast')
Jan ’23