-
Notifications
You must be signed in to change notification settings - Fork 794
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
Designed for iPad (iOS on MacOS) macOS 13.0 #549
Comments
it worked perfectly below macOS 13.0. i also did codesign -d --entitlements :- AppName.app
|
yeah i am facing this issue as well below macOS 13.0 it is working well |
@mariohahn do you have any fix regarding this issue? |
Can you try to set access group in your entitlements and retest it? The access group should be like the following: Also the code should be changed like the following: let keychain = Keychain(
|
1 similar comment
Can you try to set access group in your entitlements and retest it? The access group should be like the following: Also the code should be changed like the following: let keychain = Keychain(
|
I can confirm that @kishikawakatsumi workaround works. However, how would we use App Groups to share keychain items with this? I used to use the |
if I try to store my credentials I get:
OSStatus error:[-34018] Internal error when a required entitlement isn't present, client has neither application-identifier nor keychain-access-groups entitlements.
Do you have any idea on how to solve that
The text was updated successfully, but these errors were encountered: