We found a serious bug with network.request and iOS 17.
network.request in an app targeting Xcode15 ios17 causes an app crash on xcode iOS simulator and device.
We tried network.download and had the same issue.
We also used the sample code Networking->AsyncHttps which also crashes.
Tested with builds 3698, 3697
Did you mean Windows Solar2D Simulator work fine? I found it crashed on macOS Simulator too.
Seems ARC changed on iOS 17 or Xcode 15, found a leak, working on it.