Post

Replies

Boosts

Views

Activity

Comment on tabview tabviewstyle sidebaradaptable in macos 15.1. beta 5 is non responsive
I just filed FB15694000 as well. This is a pretty serious regression bug, IMO. It's probably breaking sidebar navigation for all existing Mac production App Store apps that use sidebarAdaptable TabViews in 15.1 even if they worked fine in 15.0! Hopefully users will figure out they can tap on the empty space around the text to get it to work but I'm sure glad my app has not been released yet! 😅
Nov ’24
Comment on Navigation: update multiple times per frame
I was finally able to isolate my hang issue to a simple app for submission of a feedback ticket and it turns out it was not even related to Core Data in my case. In my case, the hang was happening when I had a generic destination view and a generic wrapper struct for the inner NavigationLink item combined with also using an @AppStorage in that generic destination view as well. Oddly enough, either removing the @AppStorage or changing the wrapper struct to use a concrete type fixed it for me!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Comment on tabview tabviewstyle sidebaradaptable in macos 15.1. beta 5 is non responsive
Never mind, I just confirmed it is indeed fixed in 15.2 beta 2!
Replies
Boosts
Views
Activity
Nov ’24
Comment on tabview tabviewstyle sidebaradaptable in macos 15.1. beta 5 is non responsive
I just filed FB15694000 as well. This is a pretty serious regression bug, IMO. It's probably breaking sidebar navigation for all existing Mac production App Store apps that use sidebarAdaptable TabViews in 15.1 even if they worked fine in 15.0! Hopefully users will figure out they can tap on the empty space around the text to get it to work but I'm sure glad my app has not been released yet! 😅
Replies
Boosts
Views
Activity
Nov ’24
Comment on App Group Not working as intended after updating to macOS 15 beta.
I should add that the selected App Group displayed under Signing & Capabilities in Xcode is now shown in red. It doesn't seem to result in a real problem yet though. Crossing fingers that it doesn't cause my release build to fail or app store submittal to fail though.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on SwiftData app always at 100% cpu when idle after upgrading to Xcode 15.3
Now I see that specifically turning off the "Thread Performance Checker" checkbox under Run Diagnostics in the scheme fixes it for me and I can leave both the Debug executable and Main Thread Checker turned on.
Replies
Boosts
Views
Activity
Apr ’24
Comment on Navigation: update multiple times per frame
I was finally able to isolate my hang issue to a simple app for submission of a feedback ticket and it turns out it was not even related to Core Data in my case. In my case, the hang was happening when I had a generic destination view and a generic wrapper struct for the inner NavigationLink item combined with also using an @AppStorage in that generic destination view as well. Oddly enough, either removing the @AppStorage or changing the wrapper struct to use a concrete type fixed it for me!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22