I did observe the weirdness with intermediate stages. But I also can't get custom stages to work at all.
public static func nsStagedMigrationManager() -> NSStagedMigrationManager {
.init(
[
NSCustomMigrationStage(
migratingFrom: v1,
to: v2
),
...
]
)
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: