Post

Replies

Boosts

Views

Activity

Comment on modelContext.fetch() hits assert on release builds, but not on debug builds
And: protocol MyModelProtocol: PersistentModel { associatedtype DTOType: MyDtoProtocol where DTOType.ModelType == Self var recordName: String { get set } protocol MyDtoProtocol { associatedtype ModelType: PersistentModel & MyModelProtocol where ModelType.DTOType == Self var recordNameType: String { get set }
Replies
Boosts
Views
Activity
Feb ’25
Comment on modelContext.fetch() hits assert on release builds, but not on debug builds
FB16485212
Replies
Boosts
Views
Activity
Feb ’25
Comment on modelContext.fetch() hits assert on release builds, but not on debug builds
@DTS Engineer I’ve uploaded reproduction instructions to FB16485212, including a minimal patch that needs to be applied to Xcode’s default new project template. Is there a way to check if someone from Apple Engineering is reviewing this issue?
Replies
Boosts
Views
Activity
Feb ’25
Comment on LaunchAgent can't connect to CloudKit daemon
Thought to followup, if i put my launchdm agent's plist file in /home/user/Library/LaunchAgents then cloudkit works. But everything all else equal if I simply put it in /Library/LaunchAgents then cloudkit does not work.
Replies
Boosts
Views
Activity
May ’25