小编Ada*_*ush的帖子

iOS-不建议将隐式强制转换为数据库中的32位

所有,

请帮忙,我想我快要疯了,但我有一个专为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)

jobIdNSInteger

我需要他们做些什么才能使其在两者中都起作用吗?目前是其中之一。

xcode core-data nsinteger ios

4
推荐指数
2
解决办法
1371
查看次数

标签 统计

core-data ×1

ios ×1

nsinteger ×1

xcode ×1