Has anyone seen issues with unit testing and codes...
# multiplatform
c
Has anyone seen issues with unit testing and codesigning? I am seeing this error when running unit tests on my M1 Mac running macOS 13.1:
Copy code
> Task :Shared:macosArm64Test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':Shared:macosArm64Test'.
> command '/Users/conradev/Projects/Wallet/Shared/build/bin/macosArm64/debugTest/test.kexe' exited with errors (exit code: 137)
and the corresponding log in the system log is generated:
Copy code
default	14:14:45.212066-0800	kernel	ASP: Security policy would not allow process: 43402, /Users/conradev/Projects/Wallet/Shared/build/bin/macosArm64/debugTest/test.kexe
Error 137 is OOM, but I don’t think I have any recursive loops or anything