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
When running pub run test, libgodart.socannot be found and the stacktrace contains file system relative paths not allowed in hardened programs
pub run test
libgodart.so
file system relative paths not allowed in hardened programs
git log --oneline 11fa11c (HEAD, origin/master, origin/HEAD, master) Update group session
dart --version Dart VM version: 2.8.3 (stable) (Tue May 26 18:39:38 2020 +0200) on "macos_x64"
The text was updated successfully, but these errors were encountered:
This type of error has already been reported here
The solution is to run the following:
codesign --remove-signature `which dart`
Sorry, something went wrong.
No branches or pull requests
When running
pub run test
,libgodart.so
cannot be found and the stacktrace containsfile system relative paths not allowed in hardened programs
The text was updated successfully, but these errors were encountered: