I have a SwiftUI project that is a couple of years old. I also have this issue, but adding nw_tls_create_options() to the top of my init worked wonders.
@main
struct MyApp: App {
init() {
nw_tls_create_options()
}
}
Topic:
App & System Services
SubTopic:
Networking
Tags: