All,
Please help, I think I am going mad, but I have an existing app which is designed for 32bit standard device. However, when I run on 64bit it's having problems, I am getting the following:
CoreData: warning: Property 'jobId' is a 64 bit scalar type on class 'JobSummary'
that does not match its entity's property's 32 bit scalar type.
Implicit coercion to 32 bits in the database is not recommended.
jobId
is NSInteger
Is their something I need to do for it to work in both? Currently it's one or the other.