Post

Replies

Boosts

Views

Activity

Reply to Stop and restart of NWListener fails on real devices
@eskimo I'm got the above working but I also need to advertise a Bonjour service with a TXT record. When I add the following code the state changes to failed and the whole thing stops working :( Any hints? listener.service = .init(                 name: "SETup",                 type: "_http._tcp.",                 domain: "local",                 txtRecord: NWTXTRecord([                     "uuid": "..."                 ])             ) Prints the following results: Service started. dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:11 Err:-1 Errno:2 No such file or directory waiting(POSIXErrorCode: Network is down) ready failed(-65563: ServiceNotRunning) FYI, I have enabled incoming/outgoing connections and added bonjour plist key/value pair.
Oct ’21
Reply to Stop and restart of NWListener fails on real devices
@eskimo I'm got the above working but I also need to advertise a Bonjour service with a TXT record. When I add the following code the state changes to failed and the whole thing stops working :( Any hints? listener.service = .init(                 name: "SETup",                 type: "_http._tcp.",                 domain: "local",                 txtRecord: NWTXTRecord([                     "uuid": "..."                 ])             ) Prints the following results: Service started. dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:11 Err:-1 Errno:2 No such file or directory waiting(POSIXErrorCode: Network is down) ready failed(-65563: ServiceNotRunning) FYI, I have enabled incoming/outgoing connections and added bonjour plist key/value pair.
Replies
Boosts
Views
Activity
Oct ’21
Reply to Large Content Viewer in SwiftUI
If you're targeting iOS 15+ there's an official API: https://developer.apple.com/documentation/swiftui/image/accessibilityshowslargecontentviewer(_:)
Replies
Boosts
Views
Activity
Jul ’22
Reply to Apple Intelligence download stuck on 99%
Quick update. I have now installed on both iOS and macOS and it’s working great. But iPad won’t progress forward. I even tried switching my language to English UK and then back to English US but it didn’t make any difference. Restarted Everything makes no difference.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Apple Intelligence download stuck on 99%
Will do. You too please. Its very annoying. I wouldnt mind if there was at least a way to reset i ugh.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode Cloud Setup Issue
Did you overcome this issue? I'm having it with a new project and I can't find a workaround :(
Replies
Boosts
Views
Activity
Nov ’24