Skip to content

iOS 26 Simulator crash workaround #738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hiroshihorie
Copy link
Member

Workaround: https://developer.apple.com/forums/thread/787365?answerId=842938022#842938022

I think this is a temporary bug in the Beta...

Copy link

github-actions bot commented Jul 15, 2025

⚠️ This PR does not contain any files in the .changes directory.

@@ -32,6 +33,7 @@ final class WebSocket: NSObject, @unchecked Sendable, Loggable, AsyncSequence, U
private let request: URLRequest

private lazy var urlSession: URLSession = {
nw_tls_create_options()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can wrap it in #swift for now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, still reproducible in Xcode 26.0 Beta 3 (17A5276g)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes happens in iOS 26.0 (23A5287g) Beta 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants