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

解决办法:
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:

本文针对在iOS13.4设备上使用Xcode11.4进行开发时遇到的[Process]kill() returned unexpected error 1重复日志问题,提供了解决方案。指出此问题为Apple的已知bug,并建议使用特定版本的iOS与Xcode以避免该错误。同时,提供了屏蔽此错误日志的方法。
如题:[Process] kill() returned unexpected error 1这个log不断重复出现
这是Apple的bug:

解决办法:
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:

3120

被折叠的 条评论
为什么被折叠?