gpt4 book ai didi

ios - SugarRecord cocoa pod 未声明类型问题

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

我找到了SugarRecord库作为我在 Objective-C 中使用的 MagicalRecord 的替代品。

我的项目使用 Swift 作为主要语言。我已经通过 cocoa pod 添加了 SugarRecord 库,现在当我尝试实现此代码时:

func coreDataStorage() -> CoreDataDefaultStorage {
let store = CoreData.Store.Named("posts-db")
let bundle = NSBundle(forClass: CoreDataDefaultStorageTests.classForCoder())
let model = CoreData.ObjectModel.Merged([bundle])
let defaultStorage = try! CoreDataDefaultStorage(store: store, model: model)

return defaultStorage
}

Xcode 在这里抛出错误:/Users/amatrosov/Documents/projects/Project-Name/Project-Name/NewProgramService.swift:18:29:使用未声明的类型“CoreDataDefaultStorage”

最佳答案

我使用了这个pod“SugarRecord/CoreData”如果您需要更多框架,您也可以使用另一个。

在我想使用一些 SugarRecord 函数的文件中,我添加了这些行:

import SugarRecord
import CoreData

关于ios - SugarRecord cocoa pod 未声明类型问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38763847/

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