URLSession not working on iOS26/Xcode26

Hi, I’m trying out my app with Xcode 26, running on an iOS 26 simulator. I'm having issues with URLSessions, it crashes when I set the URLSessionConfiguration to default, and if I don’t use the URLSessionConfiguration, it crashes if I use URLSession.shared. When running in a real device, it doesn't crash, but any network request will hang and time out after a while. Is it a known issue in the latest beta versions?

Answered by Holger73 in 842637022

There is already a thread discussing this problem: Crash in URLSessionConfiguration init in Xcode 26.0 beta (17A5241e)

There is already a thread discussing this problem: Crash in URLSessionConfiguration init in Xcode 26.0 beta (17A5241e)

URLSession not working on iOS26/Xcode26
 
 
Q