遵循在线教程时无法使用 CalendarKit 创建新事件

Unable to create new event using CalendarKit when following online tutorial

请注意,我正在尝试在 iPhone 13 Pro Max 模拟器上添加约会,但我无法使用 XCode 13.

创建新事件

我的代码一直基于此示例,

https://github.com/richardtop/CalendarApp

问题是我无法使用 CalendarKit 创建新事件。当我按照此 tutorial 进行操作时,我到达 13:45 并且无法创建活动。我是否需要向我的项目添加一些内容,例如 Calendar.entitlements 文件?请注意,我的应用程序与视频中的略有不同,因为我试图将 CalendarKit 日历嵌入到 Main.storyboard 中设计的选项卡中,而教程表明设计者要被删除。

所以在这一点上,如果我直接从 https://github.com/richardtop/CalendarApp.git 编写代码,我只能创建日历事件,但我无法自定义以将其添加到我自己的应用程序中。

如果你想查看我的代码,你可以在这里访问它:

$ git clone https://github.com/john1726/moor3680_prj.git

顺便说一句,这里的问题 has to do with the emulator which has been solved, but this one occurs when I follow the online tutorial on Youtube at https://www.youtube.com/watch?v=iC4XxmExqFA

最终使用 Calendar View,因为它允许我与 Main.storyboard UI 设计师一起工作,它还链接到 Apple 的 EventKit:

https://github.com/mmick66/CalendarView