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)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’24
Reply to View.navigationLinkIndicatorVisibility(_:) crashes apps running on iOS 18.x
@DTS Engineer Hi Albert, yes, this looks to be resolved in Xcode 26.1 beta 2 (17B5035f).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to SwiftUI - Placing ToolbarItem on .keyboard does not work
Still an issue as of Feb 2025 with Xcode 16.2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
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)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to ARKit delegate code broken by Swift 6
We've found a viable temporary workaround through an @unchecked Sendable container and coordination via an OSAllocatedUnfairLock
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode 15 Breaks Usage Of TextField.focused()
Thank you very much! This appears to be fixed as of iOS 17.0 (21A5317a Beta 7).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to What is the point of the Unified Logging System and the new `Logger` API if it's so inflexible and clumsy?
Removed
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 15 structured logging not working for existing project
Hi @nathanfusselman I'm also running Xcode 15 Beta 7 and structured logging doesn't seem to be working for me either. I'm using an iOS 17 simulator and I remember structured logging working just fine in the previous beta versions.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Crash when triggering sheet presentation from a task
The question is answered in this post. The correct solution is to use capture lists.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to compareDistance in Vision not working as expected
Am also having the same issue mentioned twice above (the 19.737993 magic number).
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 15 Breaks Usage Of TextField.focused()
Hi @baugestalt, no I haven't. I'm hoping that it's fixed for the iOS 17 release build.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 Breaks Usage Of TextField.focused()
Apologies, this would be more appropriately titled, iOS 17 Breaks Usage Of TextField.focused()
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 14: Publishing changes from within view updates
For what it's worth, I'm no longer seeing the error when running on a 16.1 simulator.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to "Untrusted Enterprise Developer"
Duplicate
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to "Untrusted Enterprise Developer"
As of iOS 15 the correct path is Settings > General > VPN & Device Management
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21