The weirdest Core Data crash I have seen
A developer shares a debugging story about a Core Data crash caused by an attribute name starting with 'new' in Xcode 15/16.
A developer shares a debugging story about a Core Data crash caused by an attribute name starting with 'new' in Xcode 15/16.
A developer shares initial impressions and basic concepts of SwiftData, Apple's data persistence framework built on Core Data, after experimenting with it.
A guide to attaching a Core Data SQLite database file to a failing unit test in Xcode for debugging purposes.
A technique for creating and configuring a NSPersistentContainer in Core Data using a generic extension and configurator protocol.
A guide to creating a Core Data abstraction layer for SwiftUI, enabling clean separation between persistence and the view layer.
A guide on persisting Swift enums in Core Data using computed properties and private integer storage.
A beginner-friendly guide explaining what Core Data is, why it's needed for iOS/macOS apps, and how it simplifies data persistence.
A tutorial on integrating Diffable Data Sources with Core Data in iOS apps to simplify UITableView and UICollectionView updates.
Guide to splitting a Core Data model across multiple .xcdatamodel files and merging them into a single database using NSPersistentContainer.
A developer shares their approach to setting up a Core Data stack outside of AppDelegate, including code for a singleton Database class.
A developer shares non-sponsored book recommendations for improving iOS development skills, covering Core Data, AutoLayout, and Swift.
Tutorial on building an independent Apple Watch expense tracker app using SwiftUI and Core Data, focusing on watchOS design.
A tutorial on building a cross-platform Expense Tracker app for iOS and macOS using SwiftUI, Core Data, and CloudKit for data syncing.
A tutorial on building an iOS expense tracker app using Core Data for data persistence and SwiftUI for the user interface.
Swift extensions to simplify Core Data localization, including methods for localizing entity names and working with model strings files.
A guide to creating type-safe Core Data objects in Swift, covering convenience initializers and factory methods to avoid string-based APIs.
A technical guide on designing a modular iOS app architecture for data parsing, using libraries like CoreData and AFNetworking.
Explains how to use Transformable attributes in Core Data to store custom objects, requiring NSCoding compliance.
A developer shares technical discoveries from July, covering Rails 4, iOS, Ruby gems, JavaScript tools, and sysadmin tips.
A developer shares progress on an iOS app using CoreData and a Rails Twitter app, discussing tools and testing practices.