WKWebView Crash

Xcode 15.3 build with device(iPhone 12 / iOS 17.4)

    var webView: WKWebView = {
        let view = WKWebView(frame: .zero, configuration: WKWebViewConfiguration())
        return view
    }()

Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1a049fa48)

Hello.

Also in Firebase too. At first I thought it was a Firebase issue. https://github.com/firebase/firebase-ios-sdk/issues/12485

But there seems to be a problem with iOS 17.4.

There is no problem when running the app after disconnecting.

Thanks for attention.