Post

Replies

Boosts

Views

Activity

Reply to ATT bug, don't wait for user
I'm also getting spammed with main thread warnings when I call func sceneDidBecomeActive(_ scene: UIScene) { Task { [weak self] in guard let self else { return } await ATTrackingManager.requestTrackingAuthorization() } } {"message":"This code path does I/O on the main thread underneath that can lead to UI responsiveness issues. Consider ways to optimize this code path","antipattern trigger":"-[NSData dataWithContentsOfFile:options:error:]","message type":"suppressable","show in console":"0"}
May ’24
Reply to Xcode 13.3 SwiftPM.SPMRepositoryError error 5
You need to generate a new key since the one Xcode auto-generates is not supported... ssh-keygen -t ecdsa -C "our_email" pbcopy < ~/.ssh/id_ecdsa.pub Go to https://github.com/settings/ssh/new, paste the key and save. Go to Xcode -> Preferences -> Sign into the github account if not already. Select SSH for "Clone using" For SSH Key select id_ecdsa.
Mar ’22
Reply to iOS26 WWDC25 large inline navigation?
Found it. It's .toolbarTitleDisplayMode(.inlineLarge). Not sure why no update .navigationBarTitleDisplayMode with .inlineLarge...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Swift Assist
Xcode 16.3 and still no Swift Assist. WWDC25 is around the corner....
Replies
Boosts
Views
Activity
Feb ’25
Reply to MapKit in List Breaks Top/Bottom Bar FadeIn/Out Effect
Did manage to figure this out?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to SwiftUI 4 navigation bug on iOS 16?
Doesn't this fix a different issue though? // Meant to be a reply to a fix posted by tdsstore.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Using the same widget extension for both iOS and WatchOS
Did you figure it out? I'm trying to use my current iOS widgets in WatchOS 10 but they don't even show up on my watch after adding WatchOS to my current WidgetsExtension target...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Price Change won't take effect
so if i want to make a temporary change starting immediately until tomorrow, how does that work with that 24 hours wait time?
Replies
Boosts
Views
Activity
Aug ’24
Reply to Individual member using business name?
This is so annoying, I have a business name registered, but I'm forced to use my name instead....
Replies
Boosts
Views
Activity
Jun ’24
Reply to ATT bug, don't wait for user
I'm also getting spammed with main thread warnings when I call func sceneDidBecomeActive(_ scene: UIScene) { Task { [weak self] in guard let self else { return } await ATTrackingManager.requestTrackingAuthorization() } } {"message":"This code path does I/O on the main thread underneath that can lead to UI responsiveness issues. Consider ways to optimize this code path","antipattern trigger":"-[NSData dataWithContentsOfFile:options:error:]","message type":"suppressable","show in console":"0"}
Replies
Boosts
Views
Activity
May ’24
Reply to SwiftData @Query crashes when trying to filter or sort using an enum or relationship
Still happening in Xcode 15.2...
Replies
Boosts
Views
Activity
Feb ’24
Reply to SwiftUI crash: Simultaneous accesses to X, but modification requires exclusive access.
Looks like it's fixed in iOS 17.2 Beta Fixed: Resolved a possible Swift access conflict crash that could occur with toolbar items. (113992797)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI crash: Simultaneous accesses to X, but modification requires exclusive access.
Same issue here. iOS17.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to NavigationStack memory leak?
Still experiencing this in iOS17. Only happens when using NavigationStack with path.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI 4 navigation bug on iOS 16?
Can't believe this is still not fixed...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Xcode 13.3 SwiftPM.SPMRepositoryError error 5
You need to generate a new key since the one Xcode auto-generates is not supported... ssh-keygen -t ecdsa -C "our_email" pbcopy < ~/.ssh/id_ecdsa.pub Go to https://github.com/settings/ssh/new, paste the key and save. Go to Xcode -> Preferences -> Sign into the github account if not already. Select SSH for "Clone using" For SSH Key select id_ecdsa.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.3 SwiftPM.SPMRepositoryError error 5
Have the same issue... Any suggestions how to fix that?
Replies
Boosts
Views
Activity
Mar ’22