Post

Replies

Boosts

Views

Created

Xcode15 beta5 Network.framework crash
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?
Replies
1
Boosts
0
Views
744
Activity
Aug ’23
NWEndpoint.hostPort(host: , port: ) crash in Xcode15
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? : (
Replies
9
Boosts
0
Views
2.9k
Activity
Sep ’23