On the crash reports, I am getting a lot of crashes with this crash report for two iOS 14 Widgets:
When checked within the project, this happens in:
I have one timeline that asked to update every 5 mins.
Code Block Foundation _NSFileHandleRaiseOperationException .... SwiftUI FileArchiveWriter.AppendByes(_size:) .... My Widget closure #1 in MyTimelineProver.getTimeline(in:completion:)
When checked within the project, this happens in:
Code Block func getTimeline(in context: Self.Context, completion: @escaping (Timeline<Self.Entry>) -> Void)
I have one timeline that asked to update every 5 mins.