为什么资源目录在我的项目导航器上不可见

Why the Resources direrctory is not visible on my project navigatior

我刚开始学习 SwiftUI and trying to follow the steps of the Building lists and navigation 来自 Apple 的示例。尽管已复制并存在于项目目录中,但我注意到 Resources 目录在 Xcode.

的项目导航中不可见

构建成功,但由于应用程序试图从该目录读取 landmarkData.json 文件,它抛出:

Could not find landmarkData.json in main bundle.

为什么 Resources 没有出现在 Xcode 上?我该如何解决这个问题?

非常感谢

以下是您可以验证的一些内容:

  • 验证是否在搜索栏中选择了时钟。如果是这样,de-select它。

  • 尝试删除项目文件中的 Ressources 文件夹。然后,将其拖放到文件导航器中(xcode 中的左侧面板)。