only in ios16.1, wkwebview can not work.
``
let cfg = WKWebViewConfiguration()
let web = WKWebView(frame: view.bounds, configuration: cfg)
web.uiDelegate = self
web.navigationDelegate = self
view.addSubview(web)
web.load(URLRequest(url: URL(string: "xxx")!))
``
error info:
[Process] 0x1140009d0 - [PID=4283] WebProcessProxy::requestTermination: reason=8 [Process] 0x1140009d0 - [PID=4283] WebProcessProxy::processDidTerminateOrFailedToLaunch: reason=RequestedByNetworkProcess [Process] 0x10483c618 - [pageProxyID=6, webPageID=7, PID=4283] WebPageProxy::processDidTerminate: (pid 4283), reason=RequestedByNetworkProcess [Loading] 0x10483c618 - [pageProxyID=6, webPageID=7, PID=4283] WebPageProxy::dispatchProcessDidTerminate: reason=RequestedByNetworkProcess [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}> [ProcessSuspension] 0x11301c4e0 - ProcessAssertion::acquireSync Failed to acquire RBS assertion 'ConnectionTerminationWatchdog' for process with PID=4283, error: Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}
test url work fine in Safari, i do not know why