Post

Replies

Boosts

Views

Activity

Comment on TabView with TabSection crashing on iPad
I've read through the code carefully and added logs of meta data that might explain the exception. Haven't found a solution yet. A sysdiagnose might make things easier, but we have no way to communicate with specific users. My current best guess is that the NSManagedObject property "id" becomes nil for two objects at the same time. When "id" is nil, I return an empty string. So if this occurs at the same time for two objects, we have duplicate objects.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’24
Comment on Live Activity doesn't open watchOS app
It's been confirmed to be a bug, mentioned in the release notes for the latest beta Tapping Live Activity does not launch watch apps that use the WKSupportsLiveActivityLaunchAttributesTypes Info.plist key. Instead, a Live Activity tap displays the full-screen view with an “Open on iPhone” option. (132832577) (FB14568721) https://developer.apple.com/documentation/watchos-release-notes/watchos-11-release-notes
Aug ’24
Comment on SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
Can confirm this fixes the issue, tested on macOS 26.3 (25D125) with Version 26.3 (17C528).
Replies
Boosts
Views
Activity
Feb ’26
Comment on How to update TabViewBottomAccessoryPlacement
If this enum does only refer to the mini-player in these two different states I assume it's up to me to create a view and a custom animation with associated ShapeTransition between the mini player and the full screen player. Is that right?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on TabView with TabSection crashing on iPad
I can no longer reproduce it in iOS 18.2, can you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on TabView with TabSection crashing on iPad
I've read through the code carefully and added logs of meta data that might explain the exception. Haven't found a solution yet. A sysdiagnose might make things easier, but we have no way to communicate with specific users. My current best guess is that the NSManagedObject property "id" becomes nil for two objects at the same time. When "id" is nil, I return an empty string. So if this occurs at the same time for two objects, we have duplicate objects.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Live Activity doesn't open watchOS app
It's been confirmed to be a bug, mentioned in the release notes for the latest beta Tapping Live Activity does not launch watch apps that use the WKSupportsLiveActivityLaunchAttributesTypes Info.plist key. Instead, a Live Activity tap displays the full-screen view with an “Open on iPhone” option. (132832577) (FB14568721) https://developer.apple.com/documentation/watchos-release-notes/watchos-11-release-notes
Replies
Boosts
Views
Activity
Aug ’24
Comment on Live Activity doesn't open watchOS app
Correct, I added these changed to the Watch app Info.plist Here's a feedback as requested: FB14608566
Replies
Boosts
Views
Activity
Aug ’24
Comment on `eventDidReachThreshold` Not Triggering Consistently in Device Activity Monitor Extension
Did you get any response on this issue?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Revoking authorization with AuthorizationCenter allowed for child
I haven't had any troubles requesting authorization. Sorry to hear it isn't working as expected for you.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on Core Data + File Protection
Hi, I'm also wondering if the possible errors are listed somewhere? Would make it much easier to write unit tests and ensure everything is working as intended :)
Replies
Boosts
Views
Activity
Feb ’23
Comment on 0xdead10cc & NSPersistentCloudKitContainer
Thank you Keith! I'll give it a go and see of things improve
Replies
Boosts
Views
Activity
Oct ’22
Comment on App Intent in separate target doesn't work
I don't think that's true. They can be compiled from the app target, but it's not required. In our case we have a lightweight Intent Target that fetches data from CoreData and returns what's requested.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on navigationTitle with menu
Thanks, never would've figured this out. Upvoted your comment.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22