Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service

在做h5秒开的WKURLSchemeHandler拦截方案实验的时候,webview总是白屏,我看到控制台打印了这个错误

Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service

于是就去百度了一下,结果告诉我这样解决


info.plist

我修改之后,控制台确实不再报这个信息。就在我以为万事大吉的时候,webview依然白屏。

并且还发生了一件诡异的事情,那就是我的http的图片加载不了了。

控制台报了一个"The resource could not be loaded because the App Transport Security policy requires the use of a secure connection."

我检查了我的Allow Arbitrary Loads是设置的YES,并且之前好好的。

后来我在解决了白屏问题之后,再想将info.plist的内容改回来试试,于是我就将Allow Arbitrary Loads in Web Content这条Yes改成了No,发现并不管用。干脆我就将这条remove了。结果感人,我的http的图片又可以了,嗨森~~~

改回来之后的info.plist

你可能感兴趣的:(Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service)