-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
Differently signed dart from brew prevents loading C library #41
Comments
There isn't much we can do at the moment. Signing the library wouldn't help either because all libraries need to be signed by the same developer (app publisher). At least for now, let's wait and see how it's resolved in the Dart SDK issue you've linked |
I don't think this is an issue anymore with the changes landing in dart/flutter binaries, right? Closing this but feel free to comment in case you think there's something more to be done on objectbox-dart side instead |
I got this, by moving the lib one level lower (project root):
It might be a new security thing. I'm not the only one. According to this thread, we either need objectbox's or dart's signing key, or remove the signing hash from the compiling dart binary. I fixed it by doing the last bit.
From bash or zsh wherever:
codesign --remove-signature `which dart`
Originally posted by @Buggaboo in https://github.com/objectbox/objectbox-dart/timeline
The text was updated successfully, but these errors were encountered: