Post

Replies

Boosts

Views

Activity

Reply to Passkeys demo app using SwiftUI
Thanks. I'm trying to run it on my iPhone, and I get this error: Unable to install "Food Truck" Please check your project settings and ensure that a valid product has been built. And when I try to run it in the simulator, I get this error: Failed to set app extension placeholders for dev.adpq. Food-Truck Failed to create promise. For some reason it does run locally on my Mac, though.
Nov ’22
Reply to Core Data externally stored binary data not deleted with record
Those look like questions about cases where the file URL is stored in the field. I'm storing binary data in the field, and Core Data is automatically storing blobs beyond a certain threshold as external files. Those files remain on disk after the records are deleted. Since the file creation is automatic in Core Data, I would expect the files to be deleted when the record is deleted, but they're not. I also can't find a way to access the file URL of the record's external data to delete the files manually.
Feb ’23