Completed
The Dreaded Persistent Store / Data Model Mismatch Exception
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Core Data Migrations - Can We Do Better?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Core Data Stack: ios10
- 3 Managed Object Model
- 4 Schema Changes
- 5 The Dreaded Persistent Store / Data Model Mismatch Exception
- 6 Option 1: Delete the app and reinstall
- 7 Option 2: Core Data Migrations
- 8 Lightweight Migrations
- 9 Configure Core Data Stack
- 10 Some help from editor
- 11 Case 2
- 12 Define Custom Mapping
- 13 Case 3
- 14 Custom Migration Policy (3/3)
- 15 Manual
- 16 Testif Migration is Needed
- 17 Migrate Stores Progressively
- 18 Identity Model compatible with Store
- 19 Migrate Store from src to dst model
- 20 Find Mapping Model
- 21 NoSQL Option for Persisting Data
- 22 Data Modeling
- 23 JSON to Native Mapping
- 24 NoSQL: Example 2
- 25 Couchbase Lite
- 26 Resources