gpt4 book ai didi

xcode - Xcode 有问题吗?我经常丢失重要参数

转载 作者:行者123 更新时间:2023-11-30 10:20:58 25 4
gpt4 key购买 nike

最近我一直在尝试使用 Coredata,在本地制作了几个应用程序。我注意到每当我创建一个对象并将内容保存到核心数据上时,在尝试创建对象时我似乎无法查看框架提供的完整参数。我不知道这一步的终端学是什么,但我正在尝试这样做:

 let managedObjectContext = (UIApplication.sharedApplication().delegate as AppDelegate).managedObjectContext
let entityDescription = NSEntityDescription.entityForName("Feeditem", inManagedObjectContext: managedObjectContext!)

let feedItem = FeedItem( <--- PROBLEM RIGHT HERE

不要弹出这个:

(entity: entityDescription!, insertIntoManagedObjectContext: managedObjectContext!)

我明白了:enter image description here

为什么会这样?

这是一个发生同样事情的项目:https://github.com/Somnibyte/Errands

最佳答案

您上传的项目非常适合我:

enter image description here

关于xcode - Xcode 有问题吗?我经常丢失重要参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26666179/

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