iOS Core Data - Double to Decimal Migration Issue -


i have gone through data model , have converted number of properties double decimal. trying default migration process, , continue error: "can't find mapping model migration".

i have used mapping models in past, , been able lightweight migration using them, have typically had structure changes.

this first time, doing conversion of 1 type: nsnumber type: nsdecimalnumber.

reading docs, seems need use subclasses of nsentitymigrationpolicy, have created. still getting same error not finding mapping model.

are there gotchas i'm not seeing keeping column name same, , changing type of value prevents mapping model getting found?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -