You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
First I implemented this library successfully in an app extension but sharing stored values between my app and the extension didn't work.
Then I tried setting the .keychainAccessGroup as well:
It throws "SecureDefaults.swift:218: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value".
It seems like the internal key property isn't set. I had tried to set it manually but it wouldn't work.
First I implemented this library successfully in an app extension but sharing stored values between my app and the extension didn't work.
Then I tried setting the .keychainAccessGroup as well:
It throws "SecureDefaults.swift:218: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value".
It seems like the internal key property isn't set. I had tried to set it manually but it wouldn't work.
What am I doing wrong?