Ios – Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service

ioswebkit

When I using WKWebView, I receive the following error Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service

I have checked cookies as proposed in Could not signal service com.apple.WebKit.WebContent, however it doesn't help

com.apple.WebKit.WebContent drops 113 error: Could not find specified service doesn't help too.

What should I do to solve the questions

Best Answer

In my case I was launching a WKWebView and displaying a website. Then (within 25 seconds) I deallocated the WKWebView. But 25-60 seconds after launching the WKWebView I received this "113" error message. I assume the system was trying to signal something to the WKWebView and couldn't find it because it was deallocated.

The fix was simply to leave the WKWebView allocated.