domain = NSURLErrorDomain, code = -1005

User is getting the below error on trying to click a link in  webViewKit.load(). Error can we reproduced on multiple trail and error.

[Process] 0x7fb9fe1c8020 - [pageProxyID=408, webPageID=409, PID=78738] WebPageProxy::didFailProvisionalLoadForFrame: frameID = 3, domain = NSURLErrorDomain, code = -1005
@Appaiah any luck on this? Seeing the same.


[Process] 0x7fbba304dc20 - [pageProxyID=6, webPageID=17, PID=18518] WebPageProxy::didFailProvisionalLoadForFrame: frameID = 3, domain = NSURLErrorDomain, code = -1002


Hi,
I was getting the below error

[Process] 0x10582ce18 - [pageProxyID=6, webPageID=7, PID=631] WebPageProxy::didFailProvisionalLoadForFrame: frameID = 3, domain = NSURLErrorDomain, code = -1100

This was due to missing resource. The WKWebview was trying to access a local html page which was not present in the project.
domain = NSURLErrorDomain, code = -1005
 
 
Q