WKWebView 오류 : 'Could not instantiate class named WKWebView because no class named WKWebView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'
by 사슴비행기WKWebView 오류 Log
'Could not instantiate class named WKWebView because no class named WKWebView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'
해당 문제가 나타나는 이유
import WebKit이 제대로 되지 않아서이다.
해결법 : WebKit Framework 직접 추가해주기
Project를 클릭해서 Targets에 있는 Project의 Build Phases로 가서
Link Binary With Libraries를 클릭해서
+ 버튼으로 직접 WebKit.framework를 추가한 뒤 실행하면 정상작동 한다.
'swift > correct a mistake' 카테고리의 다른 글
Xcode error The maximum number of apps for free development profiles has been reached (0) | 2019.08.29 |
---|---|
TARGET 이름 변경은 조심하자(cocoapods로 라이브러리 추가시 문제 발생 가능성 있음) (0) | 2019.08.28 |
swift Found empty contents (0) | 2019.07.03 |
cocoapod로 라이브러리 설치 중 `pod repo update` 문제 (0) | 2019.07.03 |
App installation failed 원인 (0) | 2019.07.03 |
블로그의 정보
Beautiful Coding
사슴비행기