Xcode 13.2.1生成SwiftUI+CoreData项目运行时提示:persistent container with no stores loaded 警告的解决

Posted 大熊猫侯佩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xcode 13.2.1生成SwiftUI+CoreData项目运行时提示:persistent container with no stores loaded 警告的解决相关的知识,希望对你有一定的参考价值。

问题现象

在使用目前最新的Xcode 13.2.1生成CoreData支持的SwiftUI项目后,运行该项目Xcode会输出调试警告:

2022-03-06 23:03:55.636974+0800 XXX[6595:226884] [error] warning: View context accessed for persistent container XXX with no stores loaded
CoreData: warning: View context accessed for persistent container XXX with no stores loaded

注意,上面的警告信息并不会导致实际数据库读写出现任何问题,更不会导致App崩溃。

它只是单纯无耻的黏在那里,惹人烦罢了!

如果你不是重度强迫症程序员,完全可以跳过后面所有内容,直接去愉快的摸鱼了

以上是关于Xcode 13.2.1生成SwiftUI+CoreData项目运行时提示:persistent container with no stores loaded 警告的解决的主要内容,如果未能解决你的问题,请参考以下文章

最新Xcode 13.3RC对SwiftUI和CoreData中两个恼人问题的修复

Xcode 12.2+生成SwiftUI 2.0 CoreData模板预览时崩溃问题的解决

Xcode 12.2+生成SwiftUI 2.0 CoreData模板预览时崩溃问题的解决

如何在 XCode 中生成 iOS 13 SwiftUI 项目?

Xcode 11 - SwiftUI 预览暗模式 [重复]

Xcode Playground 中的 SwiftUI 列表