Post

Replies

Boosts

Views

Activity

WeatherKit: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 on iOS 26.2 (Simulator & Device)
Hello everyone, I’m experiencing a WeatherKit issue that occurs consistently on both the iOS 26.2 Simulator and a real device running iOS 26.2. Environment: Xcode: latest iOS: 26.2 Occurs on: Simulator AND physical device WeatherKit usage: via WeatherService API (not manual REST) Location Services: authorized (When In Use / Always) Issue: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 "The operation couldn’t be completed." Already verified: WeatherKit capability is enabled for the App ID com.apple.developer.weatherkit entitlement is present Bundle ID matches the App ID App is signed with the correct Team ID Behavior is identical on Simulator and physical device Error occurs before any WeatherKit response is returned Questions: Is this a known issue with WeatherKit on iOS 26.2? Are there any known limitations or requirements for WeatherService related to WeatherDaemon validation? Is there a recommended way to diagnose why WeatherDaemon rejects the request with Code=2? Code: private let weatherService = WeatherService()
1
0
200
Jan ’26
Parenthesis matching in Xcode
Hi guys! I suggest adding the following optional function. When you often look for a closing bracket of the code block, you feel severe eye fatigue. I want the parenthesis coloring optional and customizable. In manual mode, it works when the command key is pressed and the mouse cursor is hovered over the parenthesis. It's inconvenient. In addition, it works differently for the same parentheses (see example 1 and 2). My vision of this important function. Go to Settings -> Text Editing. Check the Parenthesis matching box. This function has additional settings in the form of color selection. There is also a check mark for the additional function - show by default. That is, by holding down the command key and hovering the mouse cursor over the parenthesis.
3
0
1.3k
Apr ’23