Hi.. I also ran into this issue with SwiftUI and the iOS 16 SDK, and the fix was to specify the format. At that time just calling out the measurement width to be narrow, resolved the issue. But... It came up again with iOS 17 SDK. Below is an example of what I did to fix the issue. The main thing is to look at how the format for measurement is configured.
weather.currentWeather.temperature.formatted(.measurement(width: .narrow, usage: .weather, numberFormatStyle: .number.precision(.fractionLength(0)))))
Topic:
App & System Services
SubTopic:
General
Tags: