A cairn for anyone else using in macOS app on Big Sur, with graphviz installed via brew: you may encounter code signing warnings, and an error that dependencies of pango cannot be loaded. ("it could load, so perhaps one of its dependents was not. Try ldd.").
A solution appears to be to manually sign the dependencies. Probably do a better job of scoping to just the affected dirs, than this, but this pair should get you there:
A cairn for anyone else using in macOS app on Big Sur, with graphviz installed via
brew
: you may encounter code signing warnings, and an error that dependencies of pango cannot be loaded. ("it could load, so perhaps one of its dependents was not. Try ldd."
).A solution appears to be to manually sign the dependencies. Probably do a better job of scoping to just the affected dirs, than this, but this pair should get you there: