如题:[Process] kill() returned unexpected error 1这个log不断重复出现

参考: ​​https://stackoverflow.com/questions/58321114/why-i-get-the-console-warning-process-kill-returned-unexpected-error-1-when​

这是Apple的bug:

[IOS]WKwebView出现不断重复的log: [Process] kill() returned unexpected error 1_WKwebview

 

解决办法:

Note that you have to use both ​​iOS 13.4​​​ on your device, and ​​Xcode 11.4​​, otherwise, you'll still see the logs.

 

或者通过屏蔽log:

[IOS]WKwebView出现不断重复的log: [Process] kill() returned unexpected error 1_xcode_02