-
iOS/Xcode 14X/오류 - This method should not be called on the main thread as it may lead to UI unresponsivenessLanguage/iOS,AOS 2023. 1. 19. 16:01
WKWebView를 띄웠더니 난데없이 아래의 에러가 발생하였다.
다음에 찾기 어려울수 있으니 기록해 두자.
This method should not be called on the main thread as it may lead to UI unresponsiveness.
메인 스레드에서 WKWebView의 로드 요청을 사용 중일 수 있기 때문이라고 한다.
대부분 의견들이 Xcode 다음버전에서 개선될 가능성이 크다고 한다.
admob에서도 애플이랑 커뮤니케이션 중이라고 하고 원인 분석중이라고 경고 메세지는 무시하면 된다고 한다.
무시하고 일단 작업하자!
참조
https://developer.apple.com/forums/thread/713290
https://developer.apple.com/forums/thread/714467
https://developer.apple.com/forums/thread/712074?answerId=730526022#730526022
https://groups.google.com/g/google-admob-ads-sdk/c/QQLDBQlO340
https://developers.google.com/admob/ios/rel-notes
https://ads-developers.googleblog.com/search/label/admob_sdk
'Language > iOS,AOS' 카테고리의 다른 글
iOS/Xcode 14X - Firebase 푸시 알림 설정#1 (0) 2023.01.27 IOS - 웹뷰 사파리 브라우저 디버깅 (0) 2023.01.20 iOS/Xcode 14X - NavigationController 화면 전환 방법 (0) 2023.01.18 iOS/Xcode 14X - View Controller 생명주기 (Life Cycle) (0) 2023.01.09 iOS/Xcode 14X - 6. WebView 세팅 (0) 2023.01.09