got crash when use xcode15 + iOS16, works fine one xcode15 + iOS17.
example code:
let httpsHost1 = NWEndpoint.Host("example.com") //crash
let httpsHost2 = NWEndpoint.hostPort(host: "example.com", port: NWEndpoint.Port(rawValue: 80)!) // crash too
why xcode cant compatible that?anyone helpppppppppp? : (
9
0
2.9k