Post

Replies

Boosts

Views

Activity

Comment on WeatherKit - getting many errors including "The file “Weather” couldn’t be opened because you don’t have permission to view it."
Would love to ship a macOS app that features WeatherKit but unfortunately I remain unable to receive any data from the API, too. Getting a bunch of errors like: [WeatherService] Encountered an error when fetching weather data subset Domain=WeatherDaemon.WDSJWTAuthenticatorService.Errors Code=1 "(null)" The operation couldn’t be completed. (WeatherDaemon.WDSJWTAuthenticatorService.Errors error 1.) Any advice?
Topic: App & System Services SubTopic: General Tags:
Jul ’22
Comment on Distorted Audio When Recording External Mics With AVCaptureSession and AVAssetWriter
I followed your suggestion and tried observing the AVCaptureInput.Port.formatDescriptionDidChangeNotification. The notification is received at the start of every new recording, not just the ones that subsequently fail. The following error/warning appears in the Xcode console before a subsequent faulty recording begins: CMIO_Unit_Converter_Audio.cpp:590:RebuildAudioConverter AudioConverterSetProperty(dbca) failed (1886547824)
Topic: Media Technologies SubTopic: Audio Tags:
Oct ’24
Comment on Testing Right-to-Left localization in a macOS app
Thank you very much for your response. I created a test user and set the language to Arabic for that user — this allowed me to test my localized UI, but the solution is, of course, suboptimal. However, testing the numerals was very straightforward by changing the locale like you’ve mentioned: .environment(\.locale, Locale(identifier: "ar_AE@numbers=arab"))
Nov ’24