Post

Replies

Boosts

Views

Activity

Reply to simulator IOS 15.5
That usually means that the simulator isn't compatible with the version of Macos you are running. In the end, the simulator is a mac app and it depends on macos to simulate ios. If you uninstall it, that ios version isn't likely to show as available for download.
May ’24
Reply to Store USDZ with SwiftData
I think that storing small amounts of arbitrary data is stored as a blob in the database and large blocks are saved in the file system with the database having a pointer to the file. I would expect the intended way to retrieve the data is using a fetch request rather than trying to access the file yourself.
May ’24