App crashing when resolving dependencies #317
-
|
I have a large project that compiles and runs normally on iOS 18, however it crashes when resolving dependencies if ran on iOS 26 beta. It feel like there's some sort of race condition inside the Factory, here's the error: I don't believe the issue is with my implementation as it works fine on pre-betas. Has anyone else had this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
That's not enough to go on, unfortunately. You might try pulling the develop branch which has ongoing updates for Xcode 26/Swift 6.2. |
Beta Was this translation helpful? Give feedback.
-
|
Turned out to be a bug on the iOS 26 beta (simulator, perhaps): https://blog.ni18.in/ios-26-app-crashes-with-exc-breakpoint-and-urlsession/ Setting the minimum OS target to iOS 26 fixed the issue. |
Beta Was this translation helpful? Give feedback.
Turned out to be a bug on the iOS 26 beta (simulator, perhaps): https://blog.ni18.in/ios-26-app-crashes-with-exc-breakpoint-and-urlsession/
Setting the minimum OS target to iOS 26 fixed the issue.