gpt4 book ai didi

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

转载 作者:可可西里 更新时间:2023-11-01 05:28:46 24 4
gpt4 key购买 nike

全部,

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

jobIdNSInteger

我需要做些什么才能在两者中工作吗?目前是其中之一。

最佳答案

在 Swift 中你可以这样使用:

@NSManaged var jobId: Int32

它在 32 位和 64 位设备上都能正常工作。

关于iOS - 不建议在数据库中隐式强制转换为 32 位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25544611/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com