Post

Replies

Boosts

Views

Activity

Reply to Error when clicking on TextField : CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
I can reproduce this in a bare bones 10 line SwiftUI Mac Catalyst app. import SwiftUI @main struct TextFieldApp: App { @State private var text: String = "" var body: some Scene { WindowGroup { TextField("Text", text: $text) } } } Run the app (don't even need to give the TextField focus) Give focus to another app Give focus to the app again and the message is logged to the console. Apple M3 Pro Sonoma 14.7.1 Xcode Version 16.0 (16A242d)
4w