While running pact go tests, I’m getting this erro...
# pact-go
z
While running pact go tests, I’m getting this error, any idea how to fix it?
Copy code
/opt/homebrew/Cellar/go/1.20.5/libexec/pkg/tool/darwin_arm64/link: running cc failed: exit status 1
ld: library not found for -lpact_ffi
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It sorted! It was due to some local config issues
👍 2