Happens with my app too on macOS (Ventura 13.3 (22E252), Xcode Version 14.3 (14E222b)). My app is a SwiftUI app.
This is printed in the log every time I close a sheet opened from a View. Doesn't matter if the sheet is closed by pressing a button on view (dismiss() is called) or by pressing esc on keyboard.
App file looks like this, if that matters:
import SwiftUI
@main
struct MyBlahBlahApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.environment(\.managedObjectContext, BlahBlahContainer.shared.persistentContainer.viewContext)
}
}
}
Topic:
Graphics & Games
SubTopic:
General
Tags: