-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can't read or edit values on macOS with hardened runtime enabled #3
Comments
Did you follow the steps here ? |
Yes, I did. I didn't enable any additional entitlements as they don't seem to be relevant for this package. But maybe that's not the case. |
Well, you can try and tell me if it works 🙂 |
I tried it and added every entitlement possible. But it still doesn't work |
Seems that the hardening is only done during the signing process of your app. Can you please try to configure it like if you want to release it (with a dev team etc.), then to run Side question : does it work with the other packages ( |
Running the flutter app in release mode with a dev team works without issue. But actually releasing it with signing and notarizing doesn't work. |
Describe the bug
I tried using the example and it works on Mac in debug mode. But when the app is signed and notarized the example isn't working anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to read/write values.
Desktop:
Additional context
I added the Entitlements to both Debug and Release. They look like this:
The text was updated successfully, but these errors were encountered: