I have recently upgraded the Mac OS to Ventura 13.2.1 and Xcode to 14.2, now once I try to compile any application with Xcode, I am getting Kill:9 related issue for random task/framework in the project. I also get Kill:9 issue sometime on terminal as well.
Listing the errors here:
- failed to read asset tags: The command `` terminated with uncaught signal 9. The command had no output.
- Driver threw jobFailedWithNonzeroExitCode(9, "") without emitting errors.
- Unable to execute command: Killed 9 Clang frontend command failed due to signal.
Please help me to resolve this issue/crash.
- Open project in Xcode.
- Build the app with Simulator (I tried with iPhone 14 Pro)
- Error occurs in the build
Ideally project should have compiled without any error.