所有,
请帮忙,我想我快要疯了,但我有一个专为32位标准设备设计的应用程序。但是,当我在64位上运行时,出现了问题,我得到以下信息:
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.
Run Code Online (Sandbox Code Playgroud)
jobId 是 NSInteger
我需要他们做些什么才能使其在两者中都起作用吗?目前是其中之一。