Post

Replies

Boosts

Views

Activity

Reply to Log Messages after upgrading to Xcode 15.3
For me it's the restorecount.plist error only. 100% SwiftUI app.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Network.framework socket errors opening .unix socket
Connection is established using: let connection = NWConnection(to: .unix(path: "/var/run/usbmuxd"), using: NWParameters.applicationService) connection.stateUpdateHandler = { [weak self] in self?.onConnectionState($0) } connection.start(queue: Self.dispatchQueue) Where Self.dispatchQueue is a serial DispatchQueue with maximum 1 thread, .background QOS
Replies
Boosts
Views
Activity
Apr ’24