会用WebKit 报错。
只需要
[self.view addSubview:webView];
放在加载请求之前就可解决问题。
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:self.loadURLString]]];
会用WebKit 报错。
只需要
[self.view addSubview:webView];
放在加载请求之前就可解决问题。
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:self.loadURLString]]];
本文标题:Could not signal service com.app
本文链接:https://www.haomeiwen.com/subject/wurjfctx.html
网友评论