[Process] kill() returned unexpected error 1
系统CatAlina xcode版本11.3 iOS 13.3运行的时候会出现[Process] kill() returned unexpected error 1
以及经常被Thread 10: breakpoint意外的断点 但是不影响程序的正常运行

大致原因是新版的CatAlina对于WKWebview不友好,没有对它进行优化具体请查看
解决方案:

打开:Product > Scheme > Edit Scheme 在Environment Variables中添加
OS_ACTIVITY_MODE = disable
[Process] kill() returned unexpected error 1
这个只是屏蔽到日志并不会彻底解决这个问题。

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2021-11-24
  • 2022-01-02
  • 2021-12-20
相关资源
相似解决方案