Hi, i got crash on Xcode15beta5 when init NWConnection.
Its works fine on iOS17 but crash in iOS17- such as iOS16.1.
will fix on next beta version?
Post
Replies
Boosts
Views
Activity
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? : (