Did you overcome this issue? I'm having it with a new project and I can't find a workaround :(
Post
Replies
Boosts
Views
Activity
Will do. You too please. Its very annoying. I wouldnt mind if there was at least a way to reset i ugh.
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.
If you're targeting iOS 15+ there's an official API: https://developer.apple.com/documentation/swiftui/image/accessibilityshowslargecontentviewer(_:)
@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.