Odkąd zainstalowałem wersję beta iOS 13.2 , pojawia się komunikat o błędzie konsoli debugowania. Dzieje się tak za każdym razem, gdy ładuję ViewController z obiektem WKWebView w serii ujęć.
Następnie następujący komunikat jest wyświetlany w sposób ciągły, gdy widoczny jest widok strony internetowej ...
2019-10-10 12:10:47.867830+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:47.908698+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:47.908814+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:47.934169+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:47.947668+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:47.964375+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.193556+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.193723+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.193941+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.194012+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.195679+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.200432+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.207225+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.207298+0200 (...) [Process] kill() returned unexpected error 1
W chwili zamknięcia widoku pojawia się następujący komunikat:
2019-10-10 12:32:41.577505+0200 (...)[ProcessSuspension] 0x1051e50b0 - ProcessAssertion::processAssertionWasInvalidated()
Czasami podczas ładowania widoku internetowego pojawia się następujący komunikat: (nie mogę powiedzieć, kiedy to się stanie)
2019-10-10 12:33:11.453528+0200 (...) Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
2019-10-10 12:33:11.459713+0200 (...) Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
I jeśli dotknę ekranu, zaczyna się od nowa
2019-10-10 12:10:48.200432+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.207225+0200 (...) [Process] kill() returned unexpected error 1
2019-10-10 12:10:48.207298+0200 (...) [Process] kill() returned unexpected error 1
...
Sprawdziłem, że dzieje się tak we wszystkich kontrolerach widoku z WKWebViews mojej aplikacji, więc nie wydaje się, aby był to błąd kodu.
Nie powoduje to awarii aplikacji , ale chciałbym wiedzieć, dlaczego tak się dzieje i czy ktoś inny ma ten sam problem.