We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the symbolic execution engine on Mac throws the following exception:
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libz3' or one of its dependencies.
This exception is thrown even though the libz3.dylib and Microsoft.Z3.dll are downloaded through NuGet.
A temporary workaround is to manually export the DYLD_LIBRARY_PATH environment variable with the location of libz3.dylib.
The text was updated successfully, but these errors were encountered:
In the Nix expression, the following command ensures that the output binary has DYLD_LIBRARY_PATH set.
DYLD_LIBRARY_PATH
makeWrapper ${dotnetCorePackages.runtime_5_0}/bin/dotnet $out/bin/formula \ --add-flags "$out/lib/formula-dotnet/CommandLine.dll" \ --prefix DYLD_LIBRARY_PATH : $out/lib/formula-dotnet/runtimes/macos/native
Sorry, something went wrong.
No branches or pull requests
Running the symbolic execution engine on Mac throws the following exception:
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libz3' or one of its dependencies.
This exception is thrown even though the libz3.dylib and Microsoft.Z3.dll are downloaded through NuGet.
A temporary workaround is to manually export the DYLD_LIBRARY_PATH environment variable with the location of libz3.dylib.
The text was updated successfully, but these errors were encountered: