Post

Replies

Boosts

Views

Activity

Reply to Can't open Xcode
I was trapped by this error even though I installed Xcode 14 release via the xip and that installation worked fine for two days through several reboots. Even after deleting the newly non-functional installation, the App Store update process was still spinning forever. After a restart, I decompressed the xip again, copied it over, and boom Xcode now works.
Sep ’22
Reply to Hourly history with WeatherKit REST API
Ditto! It respects dailyEnd, but not dailyStart. This query will yield an empty array. Removing dailyEnd will return 10 days of June. https://weatherkit.apple.com/api/v1/weather/en/41.029/-74.642 ?dataSets=forecastDaily &currentAsOf=2022-01-01T00:00:00Z &dailyStart=2022-01-01T00:00:00Z &dailyEnd=2022-01-07T00:00:00Z &timezone=Americas/Los_Angeles &countryCode=US It's probably forthcoming later this summer, but filed FB10383199.
Topic: App & System Services SubTopic: General Tags:
Jun ’22
Reply to Memory Leak & Slow Down in SwiftUI for MacOS
Can confirm this, too, which is too bad. If I want to compose a toolbar with items inside the Sidebar section, near the title, and right aligned in the document section, I have no choice but to force the non-sidebar toolbar to reload on every navigation change. It's a waste to rebuild it. Maybe it's an instrument's ghost, but also a large number of traces do not reference any code... app or Apple.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Reply to SwiftUI on macOS: double tap on list item
Same question, no luck. Filed FB9067349. Elements in a List on macOS 11 that contain a TextField work as expected. Clicking on the field triggers item selection. Hovering a bit reveals the editable field. However, List selection is obviated when adding a button or an element with a gesture, simultaneousGesture, or highPriorityGesture with or without masks or with a built-in or custom Primitive Button Style accepting only double tap gestures. This results in poor UI for a macOS app where double tap in a list would be an expected behavior that differs from a single tap. Unfortunately, the only workaround seems to be adjust UI with a "go" marker to the side... or skip a SwiftUI implementation. Weirdly, adding a gesture to the list item background works... once, and then starts seizing up.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’21