-
In the app that I'm working on I have been previously using CoreData, and now I am migrating all my CoreData logic to CoreStore. I have some convenience initializers for my CoreData objects as such;
…
-
I now use Core Data more often now. Here is how I usually use it, for example in [Push Hero](https://onmyway133.com/pushhero/)
From iOS 10 and macOS 10.12, [NSPersistentContainer](https://developer…
-
iOS 17.* only
Mindbox 2.11.0
81% of crash events for this issue happened in the first 5 seconds of a user's session
SQLQueue 0x102308fb0 for CDLogMessage.sqlite
0 libsystem_kernel.dylib 0x91f8 fsync …
-
A new crash has appeared only for users currently using iOS 18.2 (which is in beta currently), the main stack trace lists the crashing function as `vFlatten_RGBA8888_GV_vec` on a background thread whi…
-
-
## Config
Entityとattributesで構成される。EntityはClassに近い概念で、attributesはPropertyに近い概念。Entityはテーブルであり、attributesを指定する際には型を指定する必要がある。Optionalと
非Optionaを指定できるので、必須なのかそうではないのかで使い分ける。
CoreDataに存在するEntityは普通…
-
Hi Dave, sorry to let you know I noticed a leak in your `Fetch` DynamicProperty. Every time a View is re-init that contains `@Fetch` a new `FetchObserver` object is init but I think `StateObject` will…
-
Hey,
In your podspec is written that you support work with CoreData, but in practice I cannot find it in the documentation, nor the tests.
Could you provide a simple example how's that supposed to w…
-
## 在 SwiftData 和 Core Data 中用 Transaction 代替 Save
在数据持久化操作中,确保数据的一致性和完整性至关重要。SwiftData 框架通过在 `ModelContext` 中引入 `transaction` 方法,为开发者提供了一种更优雅的方式来组织和管理数据操作。本文将探讨如何运用事务(Transaction)的概念来构建更可靠、高效的持久化操作…
-
CoreData: fault: One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switc…