Post

Replies

Boosts

Views

Activity

Comment on Get Crash Reports for watchOS Apps
Thank you - that is a really great post, lots of detail and background information. Actually I would really love not to use any other crash reporter but the built in one provided by / the system. But unfortunately I don't get any results/ collected crashes for watchOS. Hence my question: Is there any workaround or anything I can do to capture crashes on watchOS?
Jun ’24
Comment on SwiftData - Context missing for optional
@DTS Engineer Ziqiao Chen: What is the recommended way of handling the situation if a SwiftUI View is holding a reference to the Model but the model gets deleted? When using relationship in the model I figured out this: Before accessing the relationship I check both: model.isDeleted || model.modelContext == nil. In either case I must not access the relationship property to avoid a crash. -> is there a best practice way of handling this?
Aug ’24
Comment on How to use generated symbols from string catalogs in SPM packages
Thank you, that worked. Is it important to put my string catalog in a folder called Resources? (I realized mine had a typo but it still worked). When working with SF symbols in Texts, I'm wondering how this should work with generated symbols: Previously this worked (with strings instead of symbols): let image = Image(systemName: "exclamationmark") Text("myKey(image)", bundle: .module) When converting this generated key to a symbol it uses a String argument in the generated function :(
Jun ’25
Comment on Changing watchOS Deployment Target - What happens to users on old versions
Excellent question @khagan and thank you for you answer @Frameworks Engineer. I have one follow up: Is it still working the same with latest releases (iOS 26 and watchOS pre 26 (e.g. 10 or 11))? What happens if the user opens the detail page of my app on the App Store on iPhone: Will they "see" the update (i.e. enabled "Update" button) or will the update be hidden from them? In other words: Is updating only prevented from automatic updates or also from manually triggered ones?
Nov ’25
Comment on Xcode 13.3: dependent dylib '@rpath/Alamofire.framework/Alamofire' not found on iOS 14 only
Great, I'm gonna try this. Thank you.
Replies
Boosts
Views
Activity
Mar ’22
Comment on Matter API names (renamed)
thank you
Replies
Boosts
Views
Activity
Aug ’22
Comment on Crashes in JavaScriptCore
👍 done: FB11814100
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on iOS 16.1 API for Matter ecosystem implementation
Thank you. This is a pretty extensive "example". Does anybody know about a shorter Tutorial or Example. I'm interested in learning how to commission a Matter device via MatterSupport framework and also how to create/ maintain a custom Matter Fabric
Replies
Boosts
Views
Activity
Mar ’23
Comment on Create Matter Binding
Thank you. Yes, I'm aware of it. Unfortunately the video is not helpful to answer my questions.
Replies
Boosts
Views
Activity
Mar ’23
Comment on Is the new (iOS 18) SwiftData #Unique macro compatible with iCloud
In other words: the #Unique macro cannot be used when the DB is backed by CloudKit, correct?
Replies
Boosts
Views
Activity
Jun ’24
Comment on Is the new (iOS 18) SwiftData #Unique macro compatible with iCloud
Ok - that's a bummer. Thanks for the clarification!
Replies
Boosts
Views
Activity
Jun ’24
Comment on Get Crash Reports for watchOS Apps
Thank you - that is a really great post, lots of detail and background information. Actually I would really love not to use any other crash reporter but the built in one provided by / the system. But unfortunately I don't get any results/ collected crashes for watchOS. Hence my question: Is there any workaround or anything I can do to capture crashes on watchOS?
Replies
Boosts
Views
Activity
Jun ’24
Comment on Get Crash Reports for watchOS Apps
@DTS Engineer is it possible that something has been changed in Xcode/ Crash Reporting Backend? I'm now seeing Apple Watch crashes in the Xcode Organizer, that I didn't see a couple of days ago.
Replies
Boosts
Views
Activity
Jun ’24
Comment on Get Crash Reports for watchOS Apps
Thank you!
Replies
Boosts
Views
Activity
Jun ’24
Comment on Several SwiftUI Stepper on watchOS
Yes, I sorted it. I also tried to list the views (steppers) manually instead of using a ForEach. No luck either...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on SwiftData - Context missing for optional
@DTS Engineer Ziqiao Chen: What is the recommended way of handling the situation if a SwiftUI View is holding a reference to the Model but the model gets deleted? When using relationship in the model I figured out this: Before accessing the relationship I check both: model.isDeleted || model.modelContext == nil. In either case I must not access the relationship property to avoid a crash. -> is there a best practice way of handling this?
Replies
Boosts
Views
Activity
Aug ’24
Comment on How to use generated symbols from string catalogs in SPM packages
Thank you, that worked. Is it important to put my string catalog in a folder called Resources? (I realized mine had a typo but it still worked). When working with SF symbols in Texts, I'm wondering how this should work with generated symbols: Previously this worked (with strings instead of symbols): let image = Image(systemName: "exclamationmark") Text("myKey(image)", bundle: .module) When converting this generated key to a symbol it uses a String argument in the generated function :(
Replies
Boosts
Views
Activity
Jun ’25
Comment on Lock screen media controls for MusicKit/ ApplicationMusicPlayer
That’s what I’m actually trying to achieve but it doesn’t work. Did you try it? Do you have a working example?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Changing watchOS Deployment Target - What happens to users on old versions
Excellent question @khagan and thank you for you answer @Frameworks Engineer. I have one follow up: Is it still working the same with latest releases (iOS 26 and watchOS pre 26 (e.g. 10 or 11))? What happens if the user opens the detail page of my app on the App Store on iPhone: Will they "see" the update (i.e. enabled "Update" button) or will the update be hidden from them? In other words: Is updating only prevented from automatic updates or also from manually triggered ones?
Replies
Boosts
Views
Activity
Nov ’25