Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
변경 전
변경 후
webView = WKWebView(frame: self.view.frame)
self.view.addSubview(self.view.webView)
webView.navigationDelegate = self
webView.loadHTMLString(htmlString, baseURL: nil)
반응형
'Platform > iOS' 카테고리의 다른 글
[CocoaPods] CocoaPods(코코아팟) 설치 및 사용 방법 (0) | 2022.10.17 |
---|---|
[info.plist] info.plist 내용 코드로 가져오기 (0) | 2022.10.17 |
[AppStore] REJECT사유: Guideline 2.3.8 - Performance - Accurate Metadata (0) | 2021.11.30 |
[AppStore] REJECT 사유: Guideline 2.1 - Information Needed (0) | 2021.11.30 |
[AppStore] REJECT 사유: Guideline 1.5 - Safety - Developer Information (0) | 2021.11.30 |