내가 설치 한 이후 iOS 13.2 베타를 디버그 콘솔 오류 메시지가 표시되었습니다. 스토리 보드에 WKWebView 객체가있는 ViewController를로드 할 때마다 발생합니다.
그런 다음 웹보기가 표시되는 동안 다음 메시지가 계속 표시됩니다 ...
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
뷰를 닫는 순간 다음 메시지가 나타납니다.
2019-10-10 12:32:41.577505+0200 (...)[ProcessSuspension] 0x1051e50b0 - ProcessAssertion::processAssertionWasInvalidated()
때로는 웹보기가로드되는 동안 중간에 다음 메시지가 나타납니다. (발생하는 시점을 말할 수 없음)
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
화면을 터치하면 다시 시작됩니다
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
...
내 응용 프로그램의 WKWebViews가있는 모든보기 컨트롤러 에서이 문제가 발생했는지 확인 했으므로 코드 오류가 아닌 것 같습니다.
이것은 app 과 충돌하지 않지만 왜 이런 일이 발생하는지, 다른 사람이 같은 문제를 겪고 있는지 알고 싶습니다.