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
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.
It seems as though when running the app in debug, something happens and it loses connection in the middle of making a connection, but then it regains connection but it's too late. So the app just stalls, the connection doesn't fail because the app think it's making one, so it's stuck in limbo not knowing what to do.
Run the app outside of debug and keep doing the same thing you were doing when you got the error and see if you can recreate this, bug.
If not, then try to turn off your wifi/data as soon as you go to connect to a webservice and see if you are able to recreate it, if so then you know that it's due to connectivity and not your code itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With