Skip to content

Can't read or edit values on macOS with hardened runtime enabled #3

@jdk-21

Description

@jdk-21

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:

  1. Clone the example
  2. Enable Hardened Runtime
  3. Build, Sign and Notarize the app

Expected behavior
I should be able to read/write values.

Desktop:

  • OS: macOS 14.3.1

Additional context
I added the Entitlements to both Debug and Release. They look like this:

<key>keychain-access-groups</key>
	<array/>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions